mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5190f14f8d
- Fix COMMENT - Trim header
21 lines
356 B
Makefile
21 lines
356 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-METAR
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= astro geography perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Geo
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module that processes METAR information from NOAA sources
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Geo::METAR.3
|
|
|
|
.include <bsd.port.mk>
|