- 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
24 lines
490 B
Makefile
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>
|