freebsd-ports/devel/p5-Geo-ShapeFile/Makefile
Frederic Culot f2f78ed881 - Update to 2.60
- Add LICENSE (Artistic 1 & GPL 1)
- Add NO_ARCH
- Add patch to be able to run tests without the need to install rlib,
  which is not in ports and which can easily be replaced by the FindBin
  core module (see http://search.cpan.org/~gaas/rlib-0.01/rlib.pm#DESCRIPTION)

Changes:	http://search.cpan.org/dist/Geo-ShapeFile/Changes
2015-10-16 14:38:45 +00:00

24 lines
490 B
Makefile

# Created by: estith
# $FreeBSD$
PORTNAME= Geo-ShapeFile
PORTVERSION= 2.60
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl extension for handling ESRI GIS Shapefiles
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Tree-R>0:${PORTSDIR}/devel/p5-Tree-R \
p5-autovivification>0:${PORTSDIR}/devel/p5-autovivification
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>