aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Geo-EOP
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 09:54:08 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 09:54:08 +0000
commit1539e0886b8834f28f81afd6d906ca66f87d6449 (patch)
tree3137ade6fc7774f2edb5f66cdd2d06373d9fe493 /graphics/p5-Geo-EOP
parentb38bbaec1f3a42489de4507d108ceb14d8164ea4 (diff)
downloadports-1539e0886b8834f28f81afd6d906ca66f87d6449.tar.gz
ports-1539e0886b8834f28f81afd6d906ca66f87d6449.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326958
Diffstat (limited to 'graphics/p5-Geo-EOP')
-rw-r--r--graphics/p5-Geo-EOP/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-Geo-EOP/Makefile b/graphics/p5-Geo-EOP/Makefile
index 38ea3bc841d7..cd1ef22662e1 100644
--- a/graphics/p5-Geo-EOP/Makefile
+++ b/graphics/p5-Geo-EOP/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Geo-EOP
-# Date created: 23 January 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= Geo-EOP
PORTVERSION= 0.13
@@ -22,6 +18,7 @@ RUN_DEPENDS= p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \
MAN3= Geo::EOP::Util.3 Geo::EOP.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>