aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-03 02:52:07 +0800
committerMathieu Arnold <mat@FreeBSD.org>2013-08-03 02:52:07 +0800
commit4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch)
treea4a613f80a0e443c044c2319e43ce75e14c50813 /misc
parent49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff)
downloadfreebsd-ports-gnome-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.gz
freebsd-ports-gnome-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.zst
freebsd-ports-gnome-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.zip
- Convert to new perl framework
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Array-IntSpan/Makefile1
-rw-r--r--misc/p5-Array-RefElem/Makefile6
-rw-r--r--misc/p5-Locale-Geocode/Makefile2
3 files changed, 1 insertions, 8 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile
index 322bddf62eb3..e12e90726134 100644
--- a/misc/p5-Array-IntSpan/Makefile
+++ b/misc/p5-Array-IntSpan/Makefile
@@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for handling arrays using IntSpan techniques
-PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile
index d49638a96b2b..2fefa9865814 100644
--- a/misc/p5-Array-RefElem/Makefile
+++ b/misc/p5-Array-RefElem/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Array::RefElem
-# Date created: 31 Dec 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Array-RefElem
PORTVERSION= 1.00
diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile
index d91fc9bb71f2..949727e50dba 100644
--- a/misc/p5-Locale-Geocode/Makefile
+++ b/misc/p5-Locale-Geocode/Makefile
@@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Find codes and information on geographical location
-MAKE_JOBS_SAFE= yes
-
RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple
BUILD_DEPENDS:= ${RUN_DEPENDS}