aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-Brackup/Makefile9
-rw-r--r--sysutils/p5-File-DirCompare/Makefile3
-rw-r--r--sysutils/p5-File-Listing/Makefile9
-rw-r--r--sysutils/p5-File-Next/Makefile3
-rw-r--r--sysutils/p5-Fuse/Makefile5
-rw-r--r--sysutils/p5-Iterator-File/Makefile3
-rw-r--r--sysutils/p5-Quota/Makefile9
-rw-r--r--sysutils/p5-Schedule-Load/Makefile9
-rw-r--r--sysutils/p5-Shell-Command/Makefile9
-rw-r--r--sysutils/p5-Sysadm-Install/Makefile4
-rw-r--r--sysutils/p5-Unix-Syslog/Makefile9
-rw-r--r--sysutils/p5-User/Makefile9
-rw-r--r--sysutils/p5-arclog/Makefile3
-rw-r--r--sysutils/p5-reslog/Makefile9
14 files changed, 36 insertions, 57 deletions
diff --git a/sysutils/p5-Brackup/Makefile b/sysutils/p5-Brackup/Makefile
index 8f8ef18872b7..636d815d67b8 100644
--- a/sysutils/p5-Brackup/Makefile
+++ b/sysutils/p5-Brackup/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Brackup
-# Date created: 2007-06-07
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Brackup
PORTVERSION= 1.10
@@ -27,7 +23,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-String-Escape>0:${PORTSDIR}/textproc/p5-String-Escape
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= brackup.1 \
brackup-mount.1 \
diff --git a/sysutils/p5-File-DirCompare/Makefile b/sysutils/p5-File-DirCompare/Makefile
index 9204327fd3f2..b52b83939280 100644
--- a/sysutils/p5-File-DirCompare/Makefile
+++ b/sysutils/p5-File-DirCompare/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to compare two directories using callbacks
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::DirCompare.3
diff --git a/sysutils/p5-File-Listing/Makefile b/sysutils/p5-File-Listing/Makefile
index d1dcf1c27354..e1dedeb49b37 100644
--- a/sysutils/p5-File-Listing/Makefile
+++ b/sysutils/p5-File-Listing/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-File-Listing
-# Date created: 2011-04-14
-# Whom: Frederic Culot <culot@FreeBSD.org>
-#
+# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= File-Listing
PORTVERSION= 6.04
@@ -22,7 +18,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= p5-libwww-5*
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::Listing.3
diff --git a/sysutils/p5-File-Next/Makefile b/sysutils/p5-File-Next/Makefile
index 192dd95d373e..f9bd8884374b 100644
--- a/sysutils/p5-File-Next/Makefile
+++ b/sysutils/p5-File-Next/Makefile
@@ -13,7 +13,8 @@ COMMENT= File-finding iterator
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::Next.3
diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile
index 83df0730e224..0cdd1e754e51 100644
--- a/sysutils/p5-Fuse/Makefile
+++ b/sysutils/p5-Fuse/Makefile
@@ -11,11 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write filesystems in Perl using FUSE
-PERL_CONFIGURE= yes
+USES= perl5 fuse pkgconfig
+USE_PERL5= configure
PORTSCOUT= skipv:0.09_4
-USES= fuse pkgconfig
-
MAN3= Fuse.3
.include <bsd.port.mk>
diff --git a/sysutils/p5-Iterator-File/Makefile b/sysutils/p5-Iterator-File/Makefile
index 12d16f45aa07..b9a8d46dce57 100644
--- a/sysutils/p5-Iterator-File/Makefile
+++ b/sysutils/p5-Iterator-File/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= File iterator, optionally stateful and verbose
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Iterator::File::Status.3 \
Iterator::File::Source::FlatFile.3 \
Iterator::File::Utility.3 \
diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile
index aa6ae6a51a6c..35c8639e99cb 100644
--- a/sysutils/p5-Quota/Makefile
+++ b/sysutils/p5-Quota/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Quota
-# Date created: Wed Jan 3 09:06:26 2001
-# Whom: will
-#
+# Created by: will
# $FreeBSD$
-#
PORTNAME= Quota
PORTVERSION= 1.6.7
@@ -17,7 +13,8 @@ COMMENT= Perl module that provides access to filesystem quotas
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Quota.3
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile
index ee6fbbdd6311..6a175fa7b552 100644
--- a/sysutils/p5-Schedule-Load/Makefile
+++ b/sysutils/p5-Schedule-Load/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Schedule-Load
-# Date created: 13 Dec 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= Schedule-Load
PORTVERSION= 3.064
@@ -24,7 +20,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
MAKE_JOBS_UNSAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= rschedule.1 slchoosed.1 slpolice.1 slreportd.1 slrsh.1 \
slchoosed_watchd.1
diff --git a/sysutils/p5-Shell-Command/Makefile b/sysutils/p5-Shell-Command/Makefile
index 4972a006074d..375239f601b0 100644
--- a/sysutils/p5-Shell-Command/Makefile
+++ b/sysutils/p5-Shell-Command/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Shell-Command
-# Date created: 2012-02-10
-# Whom: Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Shell-Command
PORTVERSION= 0.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Cross-platform functions emulating common shell commands
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Shell::Command.3
diff --git a/sysutils/p5-Sysadm-Install/Makefile b/sysutils/p5-Sysadm-Install/Makefile
index 388dd304005f..b624dbd53dda 100644
--- a/sysutils/p5-Sysadm-Install/Makefile
+++ b/sysutils/p5-Sysadm-Install/Makefile
@@ -1,6 +1,5 @@
# Created by: Christopher Boumenot <boumenot@gmail.com>
# $FreeBSD$
-#
PORTNAME= Sysadm-Install
PORTVERSION= 0.43
@@ -19,7 +18,8 @@ BUILD_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sysadm::Install.3
diff --git a/sysutils/p5-Unix-Syslog/Makefile b/sysutils/p5-Unix-Syslog/Makefile
index 2c2e09ac8776..d9af0724edda 100644
--- a/sysutils/p5-Unix-Syslog/Makefile
+++ b/sysutils/p5-Unix-Syslog/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Unix-Syslog
-# Date created: November 19th 2000
-# Whom: Blaz Zupan <blaz@amis.net>
-#
+# Created by: Blaz Zupan <blaz@amis.net>
# $FreeBSD$
-#
PORTNAME= Unix-Syslog
PORTVERSION= 1.1
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the UNIX syslog(3) calls
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unix::Syslog.3
diff --git a/sysutils/p5-User/Makefile b/sysutils/p5-User/Makefile
index 640c82a2a17c..fc0911496f14 100644
--- a/sysutils/p5-User/Makefile
+++ b/sysutils/p5-User/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-User
-# Date created: May 28th, 2002
-# Whom: Erwin Lansing <erwin@FreeBSD.org>
-#
+# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= User
PORTVERSION= 1.9
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= User - API for locating user information regardless of OS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= User.3
diff --git a/sysutils/p5-arclog/Makefile b/sysutils/p5-arclog/Makefile
index 0fac56e12ae8..0f1211ed544f 100644
--- a/sysutils/p5-arclog/Makefile
+++ b/sysutils/p5-arclog/Makefile
@@ -18,7 +18,8 @@ RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= arclog.1
PLIST_FILES= bin/arclog \
diff --git a/sysutils/p5-reslog/Makefile b/sysutils/p5-reslog/Makefile
index 362ce03faf00..9062e321e4b1 100644
--- a/sysutils/p5-reslog/Makefile
+++ b/sysutils/p5-reslog/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-reslog
-# Date created: 2008/05/18
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= reslog
PORTVERSION= 3.16
@@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= reslog.1
PLIST_FILES= bin/reslog \