summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-Coordinates-UTM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/p5-Geo-Coordinates-UTM/Makefile')
-rw-r--r--geography/p5-Geo-Coordinates-UTM/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/geography/p5-Geo-Coordinates-UTM/Makefile b/geography/p5-Geo-Coordinates-UTM/Makefile
new file mode 100644
index 00000000000..b75c2dd1e20
--- /dev/null
+++ b/geography/p5-Geo-Coordinates-UTM/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $
+#
+
+DISTNAME= Geo-Coordinates-UTM-0.08
+PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
+CATEGORIES= geography perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
+
+MAINTAINER= he@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Geo-Coordinates-UTM/
+COMMENT= Perl extension for Latitiude Longitude conversions
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Geo/Coordinates/UTM/.packlist
+
+PREV_PKGPATH= misc/p5-Geo-Coordinates-UTM
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"