diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
commit | 1539e0886b8834f28f81afd6d906ca66f87d6449 (patch) | |
tree | 3137ade6fc7774f2edb5f66cdd2d06373d9fe493 /graphics/p5-Geo-Gpx | |
parent | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (diff) | |
download | ports-1539e0886b8834f28f81afd6d906ca66f87d6449.tar.gz ports-1539e0886b8834f28f81afd6d906ca66f87d6449.zip |
Notes
Diffstat (limited to 'graphics/p5-Geo-Gpx')
-rw-r--r-- | graphics/p5-Geo-Gpx/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index 24142acf5caf..cbff713d5c8b 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Gpx -# Date created: 10 March 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Geo-Gpx PORTVERSION= 0.26 @@ -26,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Geo::Gpx.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |