diff options
Diffstat (limited to 'astro/p5-Geo-METAR/Makefile')
-rw-r--r-- | astro/p5-Geo-METAR/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile new file mode 100644 index 0000000..1d32fb0 --- /dev/null +++ b/astro/p5-Geo-METAR/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Geo-METAR +# Date created: Mon Jan 1 01:42:56 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Geo-METAR +PORTVERSION= 1.14 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |