summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-Error/Makefile4
-rw-r--r--lang/p5-Expect/Makefile9
-rw-r--r--lang/p5-ExtUtils-F77/Makefile9
-rw-r--r--lang/p5-Interpolation/Makefile9
-rw-r--r--lang/p5-JSAN/Makefile9
-rw-r--r--lang/p5-JavaScript-Squish/Makefile9
-rw-r--r--lang/p5-Parse-Perl/Makefile9
-rw-r--r--lang/p5-Pugs-Compiler-Rule/Makefile8
-rw-r--r--lang/p5-Tcl/Makefile3
-rw-r--r--lang/p5-v6/Makefile3
10 files changed, 27 insertions, 45 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile
index dc67948174dd..838f74e44761 100644
--- a/lang/p5-Error/Makefile
+++ b/lang/p5-Error/Makefile
@@ -13,8 +13,8 @@ COMMENT= Perl module to provide Error/exception support for perl: Error
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-MAKE_JOBS_SAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Error.3 Error::Simple.3
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile
index 955bc4e8faf7..6da3985fcaf6 100644
--- a/lang/p5-Expect/Makefile
+++ b/lang/p5-Expect/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Expect
-# Date created: 14 Jan 2000
-# Whom: Will Andrews <andrews@technologist.com>
-#
+# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
-#
PORTNAME= Expect
PORTVERSION= 1.21
@@ -17,7 +13,8 @@ COMMENT= Perl module inspired by the Tcl version of Expect
BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Expect.3
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile
index e96591ba3307..5b213e1c5bea 100644
--- a/lang/p5-ExtUtils-F77/Makefile
+++ b/lang/p5-ExtUtils-F77/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-ExtUtils-F77
-# Date created: December 7 1999
-# Whom: jmz
-#
+# Created by: jmz
# $FreeBSD$
-#
PORTNAME= ExtUtils-F77
PORTVERSION= 1.17
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Helps link C programs with Fortran subroutines
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_FORTRAN= yes
MAN3= ExtUtils::F77.3
diff --git a/lang/p5-Interpolation/Makefile b/lang/p5-Interpolation/Makefile
index 49c5563f8fe6..cc4ef3aaa9b8 100644
--- a/lang/p5-Interpolation/Makefile
+++ b/lang/p5-Interpolation/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lang/p5-Interpolation
-# Date created: 08 December 2005
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Interpolation
PORTVERSION= 0.74
@@ -18,7 +14,8 @@ COMMENT= Implement arbitrary string interpolation semantics for Perl
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Interpolation.3
diff --git a/lang/p5-JSAN/Makefile b/lang/p5-JSAN/Makefile
index b4adbbee2de2..3c0c4af65364 100644
--- a/lang/p5-JSAN/Makefile
+++ b/lang/p5-JSAN/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-JSAN
-# Date created: 2006/12/23
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= JSAN
PORTVERSION= 0.07
@@ -28,7 +24,8 @@ BUILD_DEPENDS= p5-Class-DBI-SQLite>=0:${PORTSDIR}/databases/p5-Class-DBI-SQLite
p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= JSAN::Shell.3 JSAN.3 JSAN::Indexer::Creator.3 JSAN::Indexer.3
diff --git a/lang/p5-JavaScript-Squish/Makefile b/lang/p5-JavaScript-Squish/Makefile
index 37e7de281896..7b7c7006286f 100644
--- a/lang/p5-JavaScript-Squish/Makefile
+++ b/lang/p5-JavaScript-Squish/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lang/p5-JavaScript-Squish
-# Date created: 11 October 2005
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= JavaScript-Squish
PORTVERSION= 0.07
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Reduce/Compact JavaScript code to as few characters as possible
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= js_compactor.1
MAN3= JavaScript::Squish.3
diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile
index a78e45ca6316..8533601f3e76 100644
--- a/lang/p5-Parse-Perl/Makefile
+++ b/lang/p5-Parse-Perl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Parse-Perl
-# Date created: 2010-11-21
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Parse-Perl
PORTVERSION= 0.007
@@ -21,7 +17,8 @@ TEST_DEPENDS= p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
p5-Lexical-Import>=0:${PORTSDIR}/devel/p5-Lexical-Import \
p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Parse::Perl.3 \
Parse::Perl::CopHintsHash.3 \
diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile
index 15f9a81fa154..f41560b86339 100644
--- a/lang/p5-Pugs-Compiler-Rule/Makefile
+++ b/lang/p5-Pugs-Compiler-Rule/Makefile
@@ -1,10 +1,7 @@
# ex:ts=8
# Ports collection makefile for: Pugs::Compiler::Rule
-# Date created: Aug 1, 2006
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= Pugs-Compiler-Rule
PORTVERSION= 0.37
@@ -24,7 +21,8 @@ RUN_DEPENDS= p5-Cache-Cache>=1.05:${PORTSDIR}/devel/p5-Cache-Cache \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= compile_p6grammar.pl.1
MAN3= Pugs::Compiler::Regex.3 \
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile
index dbbbeec45626..c32cbf51bcee 100644
--- a/lang/p5-Tcl/Makefile
+++ b/lang/p5-Tcl/Makefile
@@ -12,7 +12,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Tcl extension module for Perl5
CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_TCL= 84+
MAN3= Tcl.3
diff --git a/lang/p5-v6/Makefile b/lang/p5-v6/Makefile
index c3122901505a..87dbfd694f27 100644
--- a/lang/p5-v6/Makefile
+++ b/lang/p5-v6/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Data-Bind>=0.28:${PORTSDIR}/devel/p5-Data-Bind \
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= v6.3 \
Pugs::Compiler::Perl6.3 \