aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Postcodes-DK/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-21 13:44:47 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-21 13:44:47 +0000
commit48548457ea194b1e9d64861114d6eda11822ffbd (patch)
treee29518d1be92554aeab55889d809ef6e409db011 /misc/p5-Geo-Postcodes-DK/Makefile
parent638ef165aca917f9a15f229acc5cf7056ce61796 (diff)
downloadports-48548457ea194b1e9d64861114d6eda11822ffbd.tar.gz
ports-48548457ea194b1e9d64861114d6eda11822ffbd.zip
Add p5-Geo-Postcodes-DK 0.02, danish postcodes with associated
information. PR: ports/100550 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=168368
Diffstat (limited to 'misc/p5-Geo-Postcodes-DK/Makefile')
-rw-r--r--misc/p5-Geo-Postcodes-DK/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/p5-Geo-Postcodes-DK/Makefile b/misc/p5-Geo-Postcodes-DK/Makefile
new file mode 100644
index 000000000000..72a7380cf9cd
--- /dev/null
+++ b/misc/p5-Geo-Postcodes-DK/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Geo-Postcodes-DK
+# Date created: 2006-07-19
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Geo-Postcodes-DK
+PORTVERSION= 0.02
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Geo
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Danish postcodes with associated information
+
+RUN_DEPENDS= ${SITE_PERL}/Geo/Postcodes.pm:${PORTSDIR}/misc/p5-Geo-Postcodes
+
+PERL_CONFIGURE= yes
+
+MAN3= Geo::Postcodes::DK.3
+
+.include <bsd.port.mk>