summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-11 18:03:40 +0000
committeraz <az@FreeBSD.org>2013-09-11 18:03:40 +0000
commit691bd4b17c67cd318b03b78ab428664b3266e129 (patch)
treed7408d44121869e025a5f787d2662ce6fee4d2b9
parentc8414b774416243a550b96b70d57e6b7f6e3b78e (diff)
downloadFreeBSD-ports-691bd4b17c67cd318b03b78ab428664b3266e129.zip
FreeBSD-ports-691bd4b17c67cd318b03b78ab428664b3266e129.tar.gz
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
-rw-r--r--security/ipfcount/Makefile8
-rw-r--r--security/kpcli/Makefile2
-rw-r--r--security/opieprint/Makefile3
-rw-r--r--security/p5-Authen-OATH/Makefile9
-rw-r--r--security/p5-CSP/Makefile9
-rw-r--r--security/p5-Crypt-Ctr/Makefile7
-rw-r--r--security/p5-Crypt-Eksblowfish/Makefile9
-rw-r--r--security/p5-Crypt-Salt/Makefile7
-rw-r--r--security/p5-Crypt-T_e_a/Makefile9
-rw-r--r--security/p5-Crypt-UnixCrypt/Makefile9
-rw-r--r--security/p5-Digest-Adler32/Makefile7
-rw-r--r--security/p5-Digest-MD5-File/Makefile7
-rw-r--r--security/p5-Digest-Perl-MD5/Makefile7
-rw-r--r--security/p5-Digest-Whirlpool/Makefile7
-rw-r--r--security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile9
-rw-r--r--security/p5-String-MkPasswd/Makefile9
-rw-r--r--security/p5-Yahoo-BBAuth/Makefile9
-rw-r--r--security/sshblock/Makefile8
-rw-r--r--security/swatch/Makefile9
19 files changed, 52 insertions, 92 deletions
diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile
index 2b9e850..78de69f 100644
--- a/security/ipfcount/Makefile
+++ b/security/ipfcount/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ipfcount
-# Date created: 22 December 2005
-# Whom: Robert Archer <freebsd@deathbeforedecaf.net>
-#
+# Created by: Robert Archer <freebsd@deathbeforedecaf.net>
# $FreeBSD$
-#
PORTNAME= ipfcount
PORTVERSION= 0.2.1
@@ -18,7 +14,7 @@ COMMENT= Summarise ipf logs by counting and sorting the fields
PLIST_FILES= bin/ipfcount
MAN1= ipfcount.1
-USE_PERL5= yes
+USES= perl5
.if !defined(NOPORTDOCS)
PLIST_DIRS= %%EXAMPLESDIR%%
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile
index cf0b67d..3ca0b87 100644
--- a/security/kpcli/Makefile
+++ b/security/kpcli/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${PORTSDIR}/security/p5-Crypt-Rijndael \
BUILD_DEPENDS:= ${RUN_DEPENDS}
-USE_PERL5= yes
+USES= perl5
MAN1= ${PORTNAME}.1
MANCOMPRESSED= yes
PLIST_FILES= bin/kpcli
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile
index da79f9c..67115cd 100644
--- a/security/opieprint/Makefile
+++ b/security/opieprint/Makefile
@@ -14,7 +14,8 @@ COMMENT= Output postscript with 100 OPIE passwords credit card sized
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= bin/opieprint
diff --git a/security/p5-Authen-OATH/Makefile b/security/p5-Authen-OATH/Makefile
index ab418d7..055bf2f 100644
--- a/security/p5-Authen-OATH/Makefile
+++ b/security/p5-Authen-OATH/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Authen-OATH
-# Date created: 2012-01-12
-# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-#
+# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
# $FreeBSD$
-#
PORTNAME= Authen-OATH
PORTVERSION= 1.0.0
@@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Moose>0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Authen::OATH.3
diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile
index 3dc676e..f24a27a 100644
--- a/security/p5-CSP/Makefile
+++ b/security/p5-CSP/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-CSP
-# Date created: 2005-04-13
-# Whom: David Thiel <lx@redundancy.redundancy.org>
-#
+# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
-#
PORTNAME= CSP
PORTVERSION= 0.34
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= CSP.3
diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile
index 9310640..bab456c 100644
--- a/security/p5-Crypt-Ctr/Makefile
+++ b/security/p5-Crypt-Ctr/Makefile
@@ -1,6 +1,4 @@
-# New ports collection Makefile for: p5-Crypt-Ctr
-# Date created: 18 Dec 2006
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-Ctr
@@ -16,7 +14,8 @@ COMMENT= Perl extension for encrypting data in Counter Mode
BUILD_DEPENDS= p5-Crypt-CFB>=0:${PORTSDIR}/security/p5-Crypt-CFB
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::Ctr.3
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile
index d034d98..fdb84ee 100644
--- a/security/p5-Crypt-Eksblowfish/Makefile
+++ b/security/p5-Crypt-Eksblowfish/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Crypt-Eksblowfish
-# Date created: 01 Jun 2008
-# Whom: brix@FreeBSD.org
-#
+# Created by: brix@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= Crypt-Eksblowfish
PORTVERSION= 0.009
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Crypt::Eksblowfish.3 \
Crypt::Eksblowfish::Bcrypt.3 \
diff --git a/security/p5-Crypt-Salt/Makefile b/security/p5-Crypt-Salt/Makefile
index b94cc30..588f1a2 100644
--- a/security/p5-Crypt-Salt/Makefile
+++ b/security/p5-Crypt-Salt/Makefile
@@ -1,6 +1,4 @@
-# New ports collection Makefile for: p5-Crypt-Salt
-# Date created: 20 Dec 2006
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-Salt
@@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension to generate a salt to be fed into crypt
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::Salt.3
diff --git a/security/p5-Crypt-T_e_a/Makefile b/security/p5-Crypt-T_e_a/Makefile
index 74ede63..21eea64 100644
--- a/security/p5-Crypt-T_e_a/Makefile
+++ b/security/p5-Crypt-T_e_a/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Crypt-T_e_a
-# Date created: 2010-03-11
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Crypt-T_e_a
PORTVERSION= 2.12
@@ -16,7 +12,8 @@ DISTNAME= Crypt-Tea-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= The Tiny Encryption Algorithm in Perl and JavaScript
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::Tea.3
MAN1= tea.1
diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile
index 8c96513..08065ce 100644
--- a/security/p5-Crypt-UnixCrypt/Makefile
+++ b/security/p5-Crypt-UnixCrypt/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Crypt-UnixCrypt
-# Date created: Sun Jan 14 01:10:08 2001
-# Whom: will
-#
+# Created by: will
# $FreeBSD$
-#
PORTNAME= Crypt-UnixCrypt
PORTVERSION= 1.0
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl module implementing crypt(3) function
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::UnixCrypt.3
diff --git a/security/p5-Digest-Adler32/Makefile b/security/p5-Digest-Adler32/Makefile
index 302d1e5..7419990 100644
--- a/security/p5-Digest-Adler32/Makefile
+++ b/security/p5-Digest-Adler32/Makefile
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-Adler32
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Adler32
@@ -16,7 +14,8 @@ COMMENT= Perl extension for Adler32 hash algorithm
BUILD_DEPENDS= p5-Digest>=0:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::Adler32.3
diff --git a/security/p5-Digest-MD5-File/Makefile b/security/p5-Digest-MD5-File/Makefile
index 0a72705..8e237db 100644
--- a/security/p5-Digest-MD5-File/Makefile
+++ b/security/p5-Digest-MD5-File/Makefile
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-MD5-File
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-MD5-File
@@ -14,7 +12,8 @@ COMMENT= Perl extension for getting MD5 sums for files and urls
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::MD5::File.3
diff --git a/security/p5-Digest-Perl-MD5/Makefile b/security/p5-Digest-Perl-MD5/Makefile
index 57dbc2d..2de1fcd 100644
--- a/security/p5-Digest-Perl-MD5/Makefile
+++ b/security/p5-Digest-Perl-MD5/Makefile
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-Perl-MD5
-# Date created: 21 Dec, 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Perl-MD5
@@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for MD5 hash algorithm in pure Perl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::Perl::MD5.3
diff --git a/security/p5-Digest-Whirlpool/Makefile b/security/p5-Digest-Whirlpool/Makefile
index fdd36b4..f246fda 100644
--- a/security/p5-Digest-Whirlpool/Makefile
+++ b/security/p5-Digest-Whirlpool/Makefile
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-Whirlpool
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Whirlpool
@@ -15,7 +13,8 @@ COMMENT= Perl extension for Whirlpool hash algorithm
BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= whirlpoolsum.1
MAN3= Digest::Whirlpool.3
diff --git a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile
index 67fdf64..bd141f3 100644
--- a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile
+++ b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-Server-Mail-ESMTP-AUTH
-# Date created: 20th July 2007
-# Whom: Zane C. Bowers <vvelox@vvelox.net>
-#
+# Created by: Zane C. Bowers <vvelox@vvelox.net>
# $FreeBSD$
-#
PORTNAME= Net-Server-Mail-ESMTP-AUTH
PORTVERSION= 0.1
@@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Net-Server-Mail>=0:${PORTSDIR}/mail/p5-Net-Server-Mail \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Server::Mail::ESMTP::AUTH.3
diff --git a/security/p5-String-MkPasswd/Makefile b/security/p5-String-MkPasswd/Makefile
index dbf799f..d395bea 100644
--- a/security/p5-String-MkPasswd/Makefile
+++ b/security/p5-String-MkPasswd/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-String-MkPasswd
-# Date created: Fri Apr 29 10:13:10 CEST 2011
-# Whom: Frank Wall <fw@moov.de>
-#
+# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
-#
PORTNAME= String-MkPasswd
PORTVERSION= 0.04
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fw@moov.de
COMMENT= A random password generator
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= mkpasswd.pl.1
MAN3= String::MkPasswd.3
diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile
index 43b7f96..3d75676 100644
--- a/security/p5-Yahoo-BBAuth/Makefile
+++ b/security/p5-Yahoo-BBAuth/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Yahoo-BBAuth
-# Date created: 2007-07-06
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Yahoo-BBAuth
PORTVERSION= 0.50
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Yahoo::BBAuth.3
diff --git a/security/sshblock/Makefile b/security/sshblock/Makefile
index aeafa7a..e2a738f 100644
--- a/security/sshblock/Makefile
+++ b/security/sshblock/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sshblock
-# Date created: 03 December 2006
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
+# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sshblock
PORTVERSION= 1.0
@@ -20,7 +16,7 @@ RUN_DEPENDS= p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= sbin/sshblock
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= sshblock
SUB_LIST= PERL=${PERL}
EXTRACT_CMD= ${CP}
diff --git a/security/swatch/Makefile b/security/swatch/Makefile
index 3e01e97f..913b6d0 100644
--- a/security/swatch/Makefile
+++ b/security/swatch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: swatch
-# Date created: May 2 97
-# Whom: jfitz
-#
+# Created by: jfitz
# $FreeBSD$
-#
PORTNAME= swatch
PORTVERSION= 3.2.3
@@ -21,7 +17,8 @@ BUILD_DEPENDS= \
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1
USE_RC_SUBR= ${PORTNAME}
OpenPOWER on IntegriCloud