summaryrefslogtreecommitdiff
path: root/ports-mgmt
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 /ports-mgmt
parentFix build with clang (diff)
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326530
Diffstat (limited to 'ports-mgmt')
-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
8 files changed, 13 insertions, 8 deletions
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