freebsd-ports/devel/p5-Geo-ShapeFile/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

25 lines
504 B
Makefile

# Created by: estith
# $FreeBSD$
PORTNAME= Geo-ShapeFile
PORTVERSION= 2.61
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:devel/p5-Tree-R \
p5-autovivification>0:devel/p5-autovivification
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= dos2unix perl5
DOS2UNIX_GLOB= *.pm *.pl *.t
USE_PERL5= configure
.include <bsd.port.mk>