diff options
Diffstat (limited to 'misc/p5-Geo-Postcodes-NO/Makefile')
-rw-r--r-- | misc/p5-Geo-Postcodes-NO/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/p5-Geo-Postcodes-NO/Makefile b/misc/p5-Geo-Postcodes-NO/Makefile new file mode 100644 index 000000000000..e010ab4be81b --- /dev/null +++ b/misc/p5-Geo-Postcodes-NO/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Geo-Postcodes-NO +# Date created: 2006-07-19 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Postcodes-NO +PORTVERSION= 0.02 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Norwegian postcodes with associated information + +RUN_DEPENDS= ${SITE_PERL}/Geo/Postcodes.pm:${PORTSDIR}/misc/p5-Geo-Postcodes + +PERL_CONFIGURE= yes + +MAN3= Geo::Postcodes::NO.3 + +.include <bsd.port.mk> |