summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-06 17:55:21 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-06 17:55:21 +0000
commita6664fc48b70c7e3262db18e41c9b98c82dac342 (patch)
treeb1c1cb465dd8d575b42e44b3e1828fda7fa68afa
parentFix build with clang (diff)
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326530
-rw-r--r--archivers/p5-Archive-Any-Plugin-Rar/Makefile3
-rw-r--r--archivers/p5-Compress-Bzip2/Makefile3
-rw-r--r--archivers/p5-IO-Zlib/Makefile3
-rw-r--r--ports-mgmt/distilator/Makefile3
-rw-r--r--ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile3
-rw-r--r--ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile3
-rw-r--r--ports-mgmt/pkg-orphan/Makefile2
-rw-r--r--ports-mgmt/pkg_cutleaves/Makefile2
-rw-r--r--ports-mgmt/porteasy/Makefile2
-rw-r--r--ports-mgmt/portlint/Makefile3
-rw-r--r--ports-mgmt/portupdate-scan/Makefile3
-rw-r--r--sysutils/ispman/Makefile2
-rw-r--r--sysutils/massadmin/Makefile2
-rw-r--r--sysutils/munin-common/Makefile2
-rw-r--r--sysutils/p5-File-Which/Makefile3
-rw-r--r--sysutils/p5-Sys-Group-GIDhelper/Makefile3
-rw-r--r--sysutils/p5-Sys-Hostname-FQDN/Makefile3
-rw-r--r--sysutils/p5-Tail-Stat/Makefile3
-rw-r--r--sysutils/psgconf/Makefile3
19 files changed, 32 insertions, 19 deletions
diff --git a/archivers/p5-Archive-Any-Plugin-Rar/Makefile b/archivers/p5-Archive-Any-Plugin-Rar/Makefile
index d20b14794a8b..8257300fcbcc 100644
--- a/archivers/p5-Archive-Any-Plugin-Rar/Makefile
+++ b/archivers/p5-Archive-Any-Plugin-Rar/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Archive-Any>=0:${PORTSDIR}/archivers/p5-Archive-Any \
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Archive::Any::Plugin::Rar.3
.include <bsd.port.mk>
diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile
index f11e5778ecb5..827ccb8a499a 100644
--- a/archivers/p5-Compress-Bzip2/Makefile
+++ b/archivers/p5-Compress-Bzip2/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 interface to bzip2 compression library
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Compress::Bzip2.3
diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile
index d88511a79c46..e7dd854f62af 100644
--- a/archivers/p5-IO-Zlib/Makefile
+++ b/archivers/p5-IO-Zlib/Makefile
@@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= IO:: style interface to Compress::Zlib
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= IO::Zlib.3
.include <bsd.port.mk>
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile
index f440662c2c24..db1b0b749cb5 100644
--- a/ports-mgmt/distilator/Makefile
+++ b/ports-mgmt/distilator/Makefile
@@ -14,6 +14,7 @@ RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile b/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
index 2c4e08facba0..51d3214e2771 100644
--- a/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper \
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= FreeBSD::Pkgs::FindUpdates.3
diff --git a/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile b/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
index 22ba8678efa5..a1eea4c14587 100644
--- a/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Make a hash out of the index file for the ports tree
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= FreeBSD::Ports::INDEXhash.3
diff --git a/ports-mgmt/pkg-orphan/Makefile b/ports-mgmt/pkg-orphan/Makefile
index 0bcbf6525372..400b7be75638 100644
--- a/ports-mgmt/pkg-orphan/Makefile
+++ b/ports-mgmt/pkg-orphan/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= vsemionov@gmail.com
COMMENT= A console utility for managing unreferenced FreeBSD packages
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
MAN1= pkg-orphan.1
diff --git a/ports-mgmt/pkg_cutleaves/Makefile b/ports-mgmt/pkg_cutleaves/Makefile
index 769df470ffc2..243a839971e1 100644
--- a/ports-mgmt/pkg_cutleaves/Makefile
+++ b/ports-mgmt/pkg_cutleaves/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= stefan@FreeBSD.org
COMMENT= Interactive script for deinstalling 'leaf' packages
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
WRKSRC= ${WRKDIR}
diff --git a/ports-mgmt/porteasy/Makefile b/ports-mgmt/porteasy/Makefile
index 9e8874ae53da..f2c6de144944 100644
--- a/ports-mgmt/porteasy/Makefile
+++ b/ports-mgmt/porteasy/Makefile
@@ -11,7 +11,7 @@ COMMENT= A tool for fetching and building ports
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
SRC= ${.CURDIR}/src
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 5fb2b75fec76..31394763aa67 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -15,7 +15,8 @@ COMMENT= A verifier for FreeBSD port directory
NO_BUILD= yes
WRKSRC= ${WRKDIR}/src
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
SRC= ${.CURDIR}/src
diff --git a/ports-mgmt/portupdate-scan/Makefile b/ports-mgmt/portupdate-scan/Makefile
index 3210dddacf5b..8179bf2c9dca 100644
--- a/ports-mgmt/portupdate-scan/Makefile
+++ b/ports-mgmt/portupdate-scan/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= alex@stangl.us
COMMENT= Display pertinent parts of {PORTSDIR}/UPDATING
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= sbin/portupdate-scan
SRC= ${.CURDIR}/src
diff --git a/sysutils/ispman/Makefile b/sysutils/ispman/Makefile
index 1174d79ca00e..5fb94abf1231 100644
--- a/sysutils/ispman/Makefile
+++ b/sysutils/ispman/Makefile
@@ -37,7 +37,7 @@ RUN_DEPENDS= p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced\
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
ALL_TARGET= ispman
HAS_CONFIGURE= yes
diff --git a/sysutils/massadmin/Makefile b/sysutils/massadmin/Makefile
index ca13d61271f9..9ad3543e7108 100644
--- a/sysutils/massadmin/Makefile
+++ b/sysutils/massadmin/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Expect>=1.21:${PORTSDIR}/lang/p5-Expect \
p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
LICENSE= GPLv3
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile
index c3af871fa0b7..bcd6b3c0ee4b 100644
--- a/sysutils/munin-common/Makefile
+++ b/sysutils/munin-common/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
diff --git a/sysutils/p5-File-Which/Makefile b/sysutils/p5-File-Which/Makefile
index 41d7a38fed1d..ab1472252ffd 100644
--- a/sysutils/p5-File-Which/Makefile
+++ b/sysutils/p5-File-Which/Makefile
@@ -16,7 +16,8 @@ COMMENT= Portable implementation of `which' in Perl
TEST_DEPENDS= p5-Test-Script>=1.05:${PORTSDIR}/devel/p5-Test-Script
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= pwhich.1
MAN3= File::Which.3
diff --git a/sysutils/p5-Sys-Group-GIDhelper/Makefile b/sysutils/p5-Sys-Group-GIDhelper/Makefile
index 9edcca7a7f2e..6f1a4a00c94c 100644
--- a/sysutils/p5-Sys-Group-GIDhelper/Makefile
+++ b/sysutils/p5-Sys-Group-GIDhelper/Makefile
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Helps for locating free GIDs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::Group::GIDhelper.3
diff --git a/sysutils/p5-Sys-Hostname-FQDN/Makefile b/sysutils/p5-Sys-Hostname-FQDN/Makefile
index 0c8a3909c759..fdf928632546 100644
--- a/sysutils/p5-Sys-Hostname-FQDN/Makefile
+++ b/sysutils/p5-Sys-Hostname-FQDN/Makefile
@@ -16,7 +16,8 @@ COMMENT= Get the short or long hostname
LICENSE= ART20
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::Hostname::FQDN.3
diff --git a/sysutils/p5-Tail-Stat/Makefile b/sysutils/p5-Tail-Stat/Makefile
index 46d8b87c4947..e306bec4b521 100644
--- a/sysutils/p5-Tail-Stat/Makefile
+++ b/sysutils/p5-Tail-Stat/Makefile
@@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_RC_SUBR= tstatd
SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile
index 04e1298f061a..9baf0137572c 100644
--- a/sysutils/psgconf/Makefile
+++ b/sysutils/psgconf/Makefile
@@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Config-Objective>=0:${PORTSDIR}/devel/p5-Config-Objective \
p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN1= psgconf.1
MAN3= PSGConf.3 \