a729d68628
Upstream changes: 2.64 2017-04-23 - Update some POD - No functional changes from 2.63_001 dev release 2.63_001 2017-04-17 - Add no_cache option to new method following discussion at http://www.perlmonks.org/?node_id=1188065 2.62 2017-01-08 - Add rlib to TEST_REQUIRES in Makefile.PL to avoid some cygwin test failures
20 lines
577 B
Makefile
20 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/07/10 12:17:34 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Geo-ShapeFile-2.64
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= geography perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Geo-ShapeFile/
|
|
COMMENT= Perl extension for handling ESRI GIS Shapefiles
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Tree-R>=0:../../devel/p5-Tree-R
|
|
DEPENDS+= p5-autovivification>=0:../../devel/p5-autovivification
|
|
|
|
PERL5_PACKLIST= auto/Geo/ShapeFile/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|