diff options
author | az <az@FreeBSD.org> | 2013-09-12 01:07:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 01:07:20 +0800 |
commit | 8892259f25adf21ec6849accd7accb334c2fb698 (patch) | |
tree | a7b2fde8299b8a6d0b583d133b8d90be8229e27d | |
parent | ff9717ddec17b08d121fdb7e605a258c6529a0a5 (diff) | |
download | freebsd-ports-gnome-8892259f25adf21ec6849accd7accb334c2fb698.tar.gz freebsd-ports-gnome-8892259f25adf21ec6849accd7accb334c2fb698.tar.zst freebsd-ports-gnome-8892259f25adf21ec6849accd7accb334c2fb698.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
-rw-r--r-- | security/ipfwcount/Makefile | 8 | ||||
-rw-r--r-- | security/libwhisker/Makefile | 2 | ||||
-rw-r--r-- | security/log2timeline/Makefile | 4 | ||||
-rw-r--r-- | security/p5-AuthCAS/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-Enigma/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-Loki97/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-NULL/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-AES/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-TEA/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-TripleDES/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-DJB/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Digest-Pearson/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Net-Daemon-SSL/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Safe-Hole/Makefile | 9 | ||||
-rw-r--r-- | security/pam_ldap/Makefile | 9 | ||||
-rw-r--r-- | security/ssl-admin/Makefile | 3 |
19 files changed, 49 insertions, 75 deletions
diff --git a/security/ipfwcount/Makefile b/security/ipfwcount/Makefile index f637deae7803..122f6b320a1b 100644 --- a/security/ipfwcount/Makefile +++ b/security/ipfwcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipfwcount -# Date created: 22 February 2006 -# Whom: Robert Archer <freebsd@deathbeforedecaf.net> -# +# Created by: Robert Archer <freebsd@deathbeforedecaf.net> # $FreeBSD$ -# PORTNAME= ipfwcount PORTVERSION= 0.2.1 @@ -18,7 +14,7 @@ COMMENT= Summarise ipfw logs by counting and sorting the fields PLIST_FILES= bin/ipfwcount MAN1= ipfwcount.1 -USE_PERL5= yes +USES= perl5 .if !defined(NOPORTDOCS) PLIST_DIRS= %%EXAMPLESDIR%% diff --git a/security/libwhisker/Makefile b/security/libwhisker/Makefile index 7e89b8698806..d253b221f1b2 100644 --- a/security/libwhisker/Makefile +++ b/security/libwhisker/Makefile @@ -13,7 +13,7 @@ COMMENT= Perl module to create HTTP test scripts WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= ${SITE_PERL_REL}/LW2.pm diff --git a/security/log2timeline/Makefile b/security/log2timeline/Makefile index f7c26773ad12..14d54f66ca8c 100644 --- a/security/log2timeline/Makefile +++ b/security/log2timeline/Makefile @@ -1,6 +1,5 @@ # Created by: Nobutaka Mantani <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= log2timeline PORTVERSION= 0.64 @@ -39,7 +38,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= l2t_process.1 \ diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile index 53b27d3e9dd5..6de4df744698 100644 --- a/security/p5-AuthCAS/Makefile +++ b/security/p5-AuthCAS/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= AuthCAS.3 diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile index 13f8785ea9aa..8472633ec72a 100644 --- a/security/p5-Authen-DecHpwd/Makefile +++ b/security/p5-Authen-DecHpwd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-DecHpwd -# Date created: 01 Jun 2008 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Authen-DecHpwd PORTVERSION= 2.006 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String \ RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Authen::DecHpwd.3 diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index 77d188631212..3015e502dcd9 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: p5-Authen-NTLM -# Date created: June 07 2006 -# Whom: James Thomason <james@divide.org> -# -# +# Created by: James Thomason <james@divide.org> # $FreeBSD$ PORTNAME= Authen-NTLM @@ -18,7 +14,8 @@ COMMENT= An NTLM authentication module BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::NTLM.3 diff --git a/security/p5-Crypt-Enigma/Makefile b/security/p5-Crypt-Enigma/Makefile index b7cf48d49d55..3d4da4fa11e0 100644 --- a/security/p5-Crypt-Enigma/Makefile +++ b/security/p5-Crypt-Enigma/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Enigma -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Enigma @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for the Enigma cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Enigma.3 diff --git a/security/p5-Crypt-Loki97/Makefile b/security/p5-Crypt-Loki97/Makefile index 8897b9c791fb..d4c702a841ff 100644 --- a/security/p5-Crypt-Loki97/Makefile +++ b/security/p5-Crypt-Loki97/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Loki97 -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Loki97 @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for Loki97 block cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Loki97.3 diff --git a/security/p5-Crypt-NULL/Makefile b/security/p5-Crypt-NULL/Makefile index b2a8bf9c672e..372d0162a652 100644 --- a/security/p5-Crypt-NULL/Makefile +++ b/security/p5-Crypt-NULL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-NULL -# Date created: 2005-08-06 -# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> -# +# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ -# PORTNAME= Crypt-NULL PORTVERSION= 1.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl implementation of the NULL encryption algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::NULL.3 diff --git a/security/p5-Crypt-OpenSSL-AES/Makefile b/security/p5-Crypt-OpenSSL-AES/Makefile index 251b686d28a9..d47857853948 100644 --- a/security/p5-Crypt-OpenSSL-AES/Makefile +++ b/security/p5-Crypt-OpenSSL-AES/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jdferrell3@yahoo.com COMMENT= A Perl wrapper around OpenSSL's AES library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::OpenSSL::AES.3 diff --git a/security/p5-Crypt-TEA/Makefile b/security/p5-Crypt-TEA/Makefile index 3c942a0605f0..fbd3947658ad 100644 --- a/security/p5-Crypt-TEA/Makefile +++ b/security/p5-Crypt-TEA/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-TEA -# Date created: 18 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-TEA @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension to Tiny Encryption Algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::TEA.3 diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile index 6c2deb865149..38742f19fc70 100644 --- a/security/p5-Crypt-TripleDES/Makefile +++ b/security/p5-Crypt-TripleDES/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-TripleDES -# Date created: Wed Jan 3 16:20:30 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Crypt-TripleDES PORTVERSION= 0.24 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module implementing the Triple-DES cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::TripleDES.3 diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile index 3db3429d0e3a..3d7e2dc21047 100644 --- a/security/p5-Crypt-URandom/Makefile +++ b/security/p5-Crypt-URandom/Makefile @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to provide non blocking randomness -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::URandom.3 diff --git a/security/p5-Digest-DJB/Makefile b/security/p5-Digest-DJB/Makefile index 69f2ab23d0a7..311ba26cf1e8 100644 --- a/security/p5-Digest-DJB/Makefile +++ b/security/p5-Digest-DJB/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-DJB -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-DJB @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for D.J Bernstein's hash algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::DJB.3 diff --git a/security/p5-Digest-Pearson/Makefile b/security/p5-Digest-Pearson/Makefile index f5ea4a3ec73b..26de4c924d02 100644 --- a/security/p5-Digest-Pearson/Makefile +++ b/security/p5-Digest-Pearson/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Pearson -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Pearson @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for Peter K. Pearson's hash algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Pearson.3 diff --git a/security/p5-Net-Daemon-SSL/Makefile b/security/p5-Net-Daemon-SSL/Makefile index d947e9deb13a..9bf881394810 100644 --- a/security/p5-Net-Daemon-SSL/Makefile +++ b/security/p5-Net-Daemon-SSL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Daemon-SSL -# Date created: 25 April 2005 -# Whom: Simon Dick <simond@irrelevant.org> -# +# Created by: Simon Dick <simond@irrelevant.org> # $FreeBSD$ -# PORTNAME= Net-Daemon-SSL PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl5 extension for portable daemons -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS+= p5-Net-Daemon>=0:${PORTSDIR}/net/p5-Net-Daemon \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL diff --git a/security/p5-Safe-Hole/Makefile b/security/p5-Safe-Hole/Makefile index 5d9b02907f91..42a74e14ca42 100644 --- a/security/p5-Safe-Hole/Makefile +++ b/security/p5-Safe-Hole/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Safe-Hole -# Date created: 3 July 2002 -# Whom: Seth Kingsley <sethk@meowfishies.com> -# +# Created by: Seth Kingsley <sethk@meowfishies.com> # $FreeBSD$ -# PORTNAME= Safe-Hole PORTVERSION= 0.13 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sethk@meowfishies.com COMMENT= Make a hole to the original main compartment in the Safe compartment -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Safe::Hole.3 diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 79d939b58a1c..2d55d23a211b 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_ldap -# Date created: 26 May 2001 -# Whom: Joe Clarke <marcus@marcuscom.com> -# +# Created by: Joe Clarke <marcus@marcuscom.com> # $FreeBSD$ -# PORTNAME= pam_ldap PORTVERSION= 1.8.6 @@ -19,7 +15,8 @@ COMMENT= A pam module for authenticating with LDAP USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENLDAP= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} PAM_LDAP_CONF?= ldap.conf CONFIGURE_ARGS= --with-ldap-lib=openldap \ diff --git a/security/ssl-admin/Makefile b/security/ssl-admin/Makefile index 0c85a50c712a..967437f06c18 100644 --- a/security/ssl-admin/Makefile +++ b/security/ssl-admin/Makefile @@ -14,7 +14,8 @@ LICENSE= BSD RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_PERL5_RUN= YES +USES= perl5 +USE_PERL5= run MAN1= ssl-admin.1 MAN5= ssl-admin.conf.5 SUB_FILES= pkg-message |