summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-ShapeFile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/p5-Geo-ShapeFile/Makefile')
-rw-r--r--geography/p5-Geo-ShapeFile/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/geography/p5-Geo-ShapeFile/Makefile b/geography/p5-Geo-ShapeFile/Makefile
new file mode 100644
index 00000000000..51c29279c70
--- /dev/null
+++ b/geography/p5-Geo-ShapeFile/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/04 09:52:04 wiz Exp $
+#
+
+DISTNAME= Geo-ShapeFile-2.52
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= geography perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
+
+MAINTAINER= wenheping@gmail.com
+HOMEPAGE= http://search.cpan.org/~jasonk/Geo-ShapeFile-2.52/lib/Geo/ShapeFile.pm
+COMMENT= Perl extension for handling ESRI GIS Shapefiles
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Geo/ShapeFile/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"