aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Geo-Proj4
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-11 19:44:41 +0800
committeraz <az@FreeBSD.org>2013-09-11 19:44:41 +0800
commit1c3e292b64ee1d7bcb62999988547a94f72afcc0 (patch)
treeeb076836dd1be72ab97d0c69f0d3dcca40eaf1d2 /graphics/p5-Geo-Proj4
parentb02cfd455b9491cb10777e4d625d635480a8216a (diff)
downloadfreebsd-ports-gnome-1c3e292b64ee1d7bcb62999988547a94f72afcc0.tar.gz
freebsd-ports-gnome-1c3e292b64ee1d7bcb62999988547a94f72afcc0.tar.zst
freebsd-ports-gnome-1c3e292b64ee1d7bcb62999988547a94f72afcc0.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'graphics/p5-Geo-Proj4')
-rw-r--r--graphics/p5-Geo-Proj4/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-Geo-Proj4/Makefile b/graphics/p5-Geo-Proj4/Makefile
index e7cf5546c3a7..98d9e08b3595 100644
--- a/graphics/p5-Geo-Proj4/Makefile
+++ b/graphics/p5-Geo-Proj4/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Geo-Proj4
-# Date created: 27 January 2006
-# Whom: Eric Stith
-#
+# Created by: Eric Stith
# $FreeBSD$
-#
PORTNAME= Geo-Proj4
PORTVERSION= 1.04
@@ -19,6 +15,7 @@ LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj
MAN3= Geo::Proj4.3
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
MAKE_ENV= INC=-I${LOCALBASE}/include
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>