aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Shape
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-08 21:29:44 +0800
committeraz <az@FreeBSD.org>2013-09-08 21:29:44 +0800
commitb9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143 (patch)
tree10f157894719947908820cd8628af5801d1b7534 /devel/p5-Shape
parent0d896dc0eadb81e01f54b7f6f20b648a073d0198 (diff)
downloadfreebsd-ports-graphics-b9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143.tar.gz
freebsd-ports-graphics-b9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143.tar.zst
freebsd-ports-graphics-b9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-Shape')
-rw-r--r--devel/p5-Shape/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Shape/Makefile b/devel/p5-Shape/Makefile
index 8efabd160c9..0641523ba49 100644
--- a/devel/p5-Shape/Makefile
+++ b/devel/p5-Shape/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Shape
-# Date created: April 17th 2003
-# Whom: Leif Pedersen <pedersen@meridian-enviro.com>
-#
+# Created by: Leif Pedersen <pedersen@meridian-enviro.com>
# $FreeBSD$
-#
PORTNAME= Shape
PORTVERSION= 0.04
@@ -17,7 +13,8 @@ COMMENT= Perl5 module to read and write shapefiles via shapelib
LIB_DEPENDS= shp:${PORTSDIR}/devel/shapelib
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Shape.3
.include <bsd.port.mk>