aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-07 07:11:48 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-07 07:11:48 +0000
commit312fd92cc301fbf0529d852d31550be7b6e0c679 (patch)
tree949ad8ae14ec788c18c083eccf4718c6ceb49128 /sysutils
parentdf895bd769fc39161924f2b89f3548f60e4ea616 (diff)
downloadports-312fd92cc301fbf0529d852d31550be7b6e0c679.tar.gz
ports-312fd92cc301fbf0529d852d31550be7b6e0c679.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/comiccron/Makefile2
-rw-r--r--sysutils/dirvish/Makefile3
-rw-r--r--sysutils/fastest_cvsup/Makefile2
-rw-r--r--sysutils/i2c-tools/Makefile3
-rw-r--r--sysutils/jtop/Makefile2
-rw-r--r--sysutils/logwatch/Makefile3
-rw-r--r--sysutils/memfetch/Makefile3
-rw-r--r--sysutils/p5-File-Stat-Bits/Makefile3
-rw-r--r--sysutils/p5-Filesys-Df/Makefile3
-rw-r--r--sysutils/p5-MogileFS-Client/Makefile3
-rw-r--r--sysutils/p5-Plugtools/Makefile3
-rw-r--r--sysutils/p5-Sys-User-UIDhelper/Makefile3
-rw-r--r--sysutils/p5-SyslogScan/Makefile3
-rw-r--r--sysutils/p5-Unix-Lsof/Makefile3
-rw-r--r--sysutils/p5-Unix-Mknod/Makefile3
-rw-r--r--sysutils/slack/Makefile2
-rw-r--r--sysutils/snap/Makefile3
-rw-r--r--sysutils/ucspi-ssl/Makefile2
-rw-r--r--sysutils/usermatic/Makefile3
19 files changed, 33 insertions, 19 deletions
diff --git a/sysutils/comiccron/Makefile b/sysutils/comiccron/Makefile
index 0e5f554aee89..593dd92b9e9c 100644
--- a/sysutils/comiccron/Makefile
+++ b/sysutils/comiccron/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile
index b622df42edd0..b19bcc8a713b 100644
--- a/sysutils/dirvish/Makefile
+++ b/sysutils/dirvish/Makefile
@@ -24,7 +24,8 @@ MAN8= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8
WRKSRC= ${WRKDIR}
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN5= dirvish.conf.5
MAN8= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8
diff --git a/sysutils/fastest_cvsup/Makefile b/sysutils/fastest_cvsup/Makefile
index 3e84a496b49c..be44a7ef08ed 100644
--- a/sysutils/fastest_cvsup/Makefile
+++ b/sysutils/fastest_cvsup/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME:S/_/-/}
MAINTAINER= freebsd@hm2k.org
COMMENT= Finds fastest CVSup server
-USE_PERL5= yes
+USES= perl5
MAN7= fastest_cvsup.7
PLIST_FILES= bin/fastest_cvsup
diff --git a/sysutils/i2c-tools/Makefile b/sysutils/i2c-tools/Makefile
index 7a6950d47fe9..52dd55241550 100644
--- a/sysutils/i2c-tools/Makefile
+++ b/sysutils/i2c-tools/Makefile
@@ -15,7 +15,8 @@ COMMENT= A heterogeneous set of I2C tools
USE_BZIP2= yes
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= sbin/decode-dimms
diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile
index ab063c1272b2..0d3fdff58ba1 100644
--- a/sysutils/jtop/Makefile
+++ b/sysutils/jtop/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN1= jtop.1
MANCOMPRESSED= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/jtop
.include <bsd.port.mk>
diff --git a/sysutils/logwatch/Makefile b/sysutils/logwatch/Makefile
index 72bbd48644f4..87c2f058fcdb 100644
--- a/sysutils/logwatch/Makefile
+++ b/sysutils/logwatch/Makefile
@@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN8= logwatch.8
DOCS= HOWTO-Customize-LogWatch License README
diff --git a/sysutils/memfetch/Makefile b/sysutils/memfetch/Makefile
index e572a091634f..d5fd5910888e 100644
--- a/sysutils/memfetch/Makefile
+++ b/sysutils/memfetch/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= onatan@gmail.com
COMMENT= Utility to dump process memory
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
CFLAGS+= ${CPPFLAGS}
diff --git a/sysutils/p5-File-Stat-Bits/Makefile b/sysutils/p5-File-Stat-Bits/Makefile
index 84f73d0657ba..67af736a68b4 100644
--- a/sysutils/p5-File-Stat-Bits/Makefile
+++ b/sysutils/p5-File-Stat-Bits/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Perl5 module interface to the major()/minor() C routines
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::Stat::Bits.3
diff --git a/sysutils/p5-Filesys-Df/Makefile b/sysutils/p5-Filesys-Df/Makefile
index 98695d73298c..54ee8ca2b146 100644
--- a/sysutils/p5-Filesys-Df/Makefile
+++ b/sysutils/p5-Filesys-Df/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Perl extension for filesystem space
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Filesys::Df.3
diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile
index b2c48ff0ad54..38d155a054a1 100644
--- a/sysutils/p5-MogileFS-Client/Makefile
+++ b/sysutils/p5-MogileFS-Client/Makefile
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \
RUN_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MogileFS::Client.3
diff --git a/sysutils/p5-Plugtools/Makefile b/sysutils/p5-Plugtools/Makefile
index 21c223fbce9a..06daa4312e21 100644
--- a/sysutils/p5-Plugtools/Makefile
+++ b/sysutils/p5-Plugtools/Makefile
@@ -25,7 +25,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plugtools.3 \
Plugtools::Plugins::Dump.3
diff --git a/sysutils/p5-Sys-User-UIDhelper/Makefile b/sysutils/p5-Sys-User-UIDhelper/Makefile
index 9caa7c1c5085..41fe185c118b 100644
--- a/sysutils/p5-Sys-User-UIDhelper/Makefile
+++ b/sysutils/p5-Sys-User-UIDhelper/Makefile
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Helps for locating free UIDs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::User::UIDhelper.3
diff --git a/sysutils/p5-SyslogScan/Makefile b/sysutils/p5-SyslogScan/Makefile
index 671867d465a6..05a9439fc054 100644
--- a/sysutils/p5-SyslogScan/Makefile
+++ b/sysutils/p5-SyslogScan/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 routines to parse system logs
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= SyslogScan::ByGroup.3 SyslogScan::Delivery.3 \
SyslogScan::DeliveryIterator.3 \
diff --git a/sysutils/p5-Unix-Lsof/Makefile b/sysutils/p5-Unix-Lsof/Makefile
index d1831f42b9eb..a05e480887d4 100644
--- a/sysutils/p5-Unix-Lsof/Makefile
+++ b/sysutils/p5-Unix-Lsof/Makefile
@@ -19,7 +19,8 @@ COMMENT= Unix::Lsof -- a wrapper to the Unix lsof utility
BUILD_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unix::Lsof.3 Unix::Lsof::Result.3
.include <bsd.port.mk>
diff --git a/sysutils/p5-Unix-Mknod/Makefile b/sysutils/p5-Unix-Mknod/Makefile
index d865bd63abd5..09153413eb7d 100644
--- a/sysutils/p5-Unix-Mknod/Makefile
+++ b/sysutils/p5-Unix-Mknod/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Perl5 module to create special files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unix::Mknod.3
diff --git a/sysutils/slack/Makefile b/sysutils/slack/Makefile
index 2165efe9b899..941ba7bc7051 100644
--- a/sysutils/slack/Makefile
+++ b/sysutils/slack/Makefile
@@ -12,7 +12,7 @@ COMMENT= Configuration management system designed to appeal to lazy admins
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
MAN1= slack-diff.1
diff --git a/sysutils/snap/Makefile b/sysutils/snap/Makefile
index d66819f0727c..74081fb637b0 100644
--- a/sysutils/snap/Makefile
+++ b/sysutils/snap/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= wchunhao@cs.nctu.edu.tw
COMMENT= Tools for periodic and manual management of UFS2 snapshots
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN8= snap.8
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile
index 646b326532f7..05ff10b4207f 100644
--- a/sysutils/ucspi-ssl/Makefile
+++ b/sysutils/ucspi-ssl/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp \
CONFLICTS?= ucspi-ssl-tls-[0-9]*
-USE_PERL5= yes
+USES= perl5
RESTRICTED= Non-explicit licensing terms
diff --git a/sysutils/usermatic/Makefile b/sysutils/usermatic/Makefile
index 572a8dd0bd81..77d4001ad786 100644
--- a/sysutils/usermatic/Makefile
+++ b/sysutils/usermatic/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= fehlner@gmx.de
COMMENT= Scripts to automate the maintenance of accounts
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN1= digestion.pl.1
MAN8= hunter-seeker.pl.8 newusers.pl.8 reaper.pl.8