diff options
author | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
commit | 3021e3362902ea7f5978434383d769c7d68c2b68 (patch) | |
tree | e5469e71b14098ee141e1c136f10f5b22a089195 /misc/p5-Geo-Cache | |
parent | a735df2ff08a23cd27691d1eb01929794c620c98 (diff) | |
download | freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.tar.gz freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.tar.zst freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'misc/p5-Geo-Cache')
-rw-r--r-- | misc/p5-Geo-Cache/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Geo-Cache/Makefile b/misc/p5-Geo-Cache/Makefile index 06f4ed304f3f..cfdc3c996f0c 100644 --- a/misc/p5-Geo-Cache/Makefile +++ b/misc/p5-Geo-Cache/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Geo-Cache -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Geo-Cache PORTVERSION= 0.11 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Cache.3 |