summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-Distance/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/p5-Geo-Distance/Makefile')
-rw-r--r--geography/p5-Geo-Distance/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/geography/p5-Geo-Distance/Makefile b/geography/p5-Geo-Distance/Makefile
index 69c77385c98..855f08cdc52 100644
--- a/geography/p5-Geo-Distance/Makefile
+++ b/geography/p5-Geo-Distance/Makefile
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:10 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/22 20:50:27 sno Exp $
#
-DISTNAME= Geo-Distance-0.11
+DISTNAME= Geo-Distance-0.16
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm
COMMENT= Calculate Distances and Closest Locations
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Geo/Distance/.packlist
+#PERL5_MODULE_TYPE= Module::Install::Bundled
+MAKE_PARAMS+= --skipdeps
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"