Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 17:56:03 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326998 - in head/security: chaosreader fcrackzip hackbot ipfilter2dshield libksba oinkmaster p5-Apache-Htpasswd p5-App-TLSMe p5-Authen-CyrusSASL p5-Authen-TypeKey p5-Cisco-Hash p5-Cryp...
Message-ID:  <201309111756.r8BHu3Q1022731@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Sep 11 17:56:03 2013
New Revision: 326998
URL: http://svnweb.freebsd.org/changeset/ports/326998

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/security/chaosreader/Makefile   (contents, props changed)
  head/security/fcrackzip/Makefile   (contents, props changed)
  head/security/hackbot/Makefile   (contents, props changed)
  head/security/ipfilter2dshield/Makefile   (contents, props changed)
  head/security/libksba/Makefile   (contents, props changed)
  head/security/oinkmaster/Makefile   (contents, props changed)
  head/security/p5-Apache-Htpasswd/Makefile   (contents, props changed)
  head/security/p5-App-TLSMe/Makefile   (contents, props changed)
  head/security/p5-Authen-CyrusSASL/Makefile   (contents, props changed)
  head/security/p5-Authen-TypeKey/Makefile   (contents, props changed)
  head/security/p5-Cisco-Hash/Makefile   (contents, props changed)
  head/security/p5-Crypt-Camellia_PP/Makefile   (contents, props changed)
  head/security/p5-Crypt-GOST/Makefile   (contents, props changed)
  head/security/p5-Crypt-GPG/Makefile   (contents, props changed)
  head/security/p5-Crypt-HCE_MD5/Makefile   (contents, props changed)
  head/security/p5-Crypt-Imail/Makefile   (contents, props changed)
  head/security/p5-Crypt-Lite/Makefile   (contents, props changed)
  head/security/p5-Crypt-RandPasswd/Makefile   (contents, props changed)
  head/security/p5-Crypt-SKey/Makefile   (contents, props changed)
  head/security/p5-Crypt-SaltedHash/Makefile
  head/security/p5-Crypt-Shark/Makefile   (contents, props changed)
  head/security/p5-Crypt-Simple/Makefile
  head/security/p5-Crypt-Twofish_PP/Makefile   (contents, props changed)
  head/security/p5-Crypt-X509/Makefile   (contents, props changed)
  head/security/p5-Dancer-Plugin-Passphrase/Makefile   (contents, props changed)
  head/security/p5-Data-Password/Makefile
  head/security/p5-Digest-Elf/Makefile   (contents, props changed)
  head/security/p5-Digest-FNV/Makefile   (contents, props changed)
  head/security/p5-Digest-JHash/Makefile   (contents, props changed)
  head/security/p5-Digest-ManberHash/Makefile   (contents, props changed)
  head/security/p5-GnuPG/Makefile
  head/security/p5-Net-SinFP/Makefile   (contents, props changed)
  head/security/p5-openxpki-client-scep/Makefile
  head/security/p5-openxpki-client/Makefile
  head/security/p5-openxpki-deployment/Makefile
  head/security/pam_krb5/Makefile   (contents, props changed)
  head/security/sshit/Makefile   (contents, props changed)
  head/security/sudoscript/Makefile   (contents, props changed)

Modified: head/security/chaosreader/Makefile
==============================================================================
--- head/security/chaosreader/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/chaosreader/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,5 @@
 # Created by: pauls
 # $FreeBSD$
-#
 
 PORTNAME=	chaosreader
 PORTVERSION=	0.94
@@ -15,7 +14,8 @@ MAINTAINER=	pauls@utdallas.edu
 COMMENT=	Tool to extract data from tcpdump logs
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 PLIST_FILES=	bin/${PORTNAME} bin/sshkeydata
 

Modified: head/security/fcrackzip/Makefile
==============================================================================
--- head/security/fcrackzip/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/fcrackzip/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fcrackzip
-# Date created:				16 Jul 2004
-# Whom:					Stefan Walter <sw@gegenunendlich.de>
-#
+# Created by: Stefan Walter <sw@gegenunendlich.de>
 # $FreeBSD$
-#
 
 PORTNAME=	fcrackzip
 PORTVERSION=	1.0
@@ -16,7 +12,8 @@ MAINTAINER=	stefan@FreeBSD.org
 COMMENT=	Portable, fast, and featureful ZIP password cracker
 
 GNU_CONFIGURE=	yes
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 
 PLIST_FILES=	bin/fcrackzip bin/fcrackzipinfo
 .if !defined(NOPORTDOCS)

Modified: head/security/hackbot/Makefile
==============================================================================
--- head/security/hackbot/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/hackbot/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,5 @@
 # Created by: mich@freebsdcluster.org
 # $FreeBSD$
-#
 
 PORTNAME=	hackbot
 PORTVERSION=	2.21
@@ -12,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Host exploration tool and bannergrabber
 
-USE_PERL5=	YES
+USES=		perl5
 NO_BUILD=	YES
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/security/ipfilter2dshield/Makefile
==============================================================================
--- head/security/ipfilter2dshield/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/ipfilter2dshield/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ipfilter2dshield
-# Date created:		2004-06-18
-# Whom:			Joe Barbish <fbsd_user@a1poweruser.com>
-#
+# Created by: Joe Barbish <fbsd_user@a1poweruser.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ipfilter2dshield
 PORTVERSION=	1.0
@@ -17,7 +13,7 @@ COMMENT=	Official DShield client for ipf
 
 RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
-USE_PERL5=	yes
+USES=		perl5
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall

Modified: head/security/libksba/Makefile
==============================================================================
--- head/security/libksba/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/libksba/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,7 +1,4 @@
-# New ports collection Makefile for:	libksba
-# Date created:				July 17 2002
-# Whom:					Tilman Linneweh <arved@FreeBSD.org>
-#
+# Created by: Tilman Linneweh <arved@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	libksba
@@ -22,7 +19,8 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-static
 USE_LDCONFIG=	yes
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 
 INFO=		ksba
 

Modified: head/security/oinkmaster/Makefile
==============================================================================
--- head/security/oinkmaster/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/oinkmaster/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	oinkmaster
-# Date created:			Jan 28, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	oinkmaster
 PORTVERSION=	2.0
@@ -18,7 +13,8 @@ COMMENT=	Help you update your snort rule
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 PLIST_FILES=	bin/oinkmaster etc/oinkmaster.conf.sample
 

Modified: head/security/p5-Apache-Htpasswd/Makefile
==============================================================================
--- head/security/p5-Apache-Htpasswd/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Apache-Htpasswd/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Apache-Htpasswd
-# Date created:				30 Apr 2009
-# Whom:					Greg Larkin <glarkin@FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Apache-Htpasswd
 PORTVERSION=	1.8
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Crypt-PasswdMD5>=0:${P
 		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Apache::Htpasswd.3
 

Modified: head/security/p5-App-TLSMe/Makefile
==============================================================================
--- head/security/p5-App-TLSMe/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-App-TLSMe/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	App::TLSMe
-# Date created:		06 Dec 2011
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	App-TLSMe
 PORTVERSION=	0.100000
@@ -21,7 +16,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	tlsme.1
 MAN3=	App::TLSMe.3 \

Modified: head/security/p5-Authen-CyrusSASL/Makefile
==============================================================================
--- head/security/p5-Authen-CyrusSASL/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Authen-CyrusSASL/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Authen-CyrusSASL
-# Date created:				October 05 2005
-# Whom:					Attila Nagy <bra@fsn.hu>
-#
+# Created by: Attila Nagy <bra@fsn.hu>
 # $FreeBSD$
-#
 
 PORTNAME=	Authen-CyrusSASL
 PORTVERSION=	0.01
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	bra@fsn.hu
 COMMENT=	Perl5 module for accessing the SASL authentication daemon
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Authen::CyrusSASL.3
 

Modified: head/security/p5-Authen-TypeKey/Makefile
==============================================================================
--- head/security/p5-Authen-TypeKey/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Authen-TypeKey/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Authen-TypeKey
-# Date created:		2006-03-19
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Authen-TypeKey
 PORTVERSION=	0.05
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTS
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Authen::TypeKey.3
 

Modified: head/security/p5-Cisco-Hash/Makefile
==============================================================================
--- head/security/p5-Cisco-Hash/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Cisco-Hash/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Cisco-Hash
-# Date created:		2008-02-10
-# Whom:			Tsung-Han Yeh <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Cisco-Hash
 PORTVERSION=	0.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	De- and encrypts Cisco type 7 hashes
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Cisco::Hash.3
 

Modified: head/security/p5-Crypt-Camellia_PP/Makefile
==============================================================================
--- head/security/p5-Crypt-Camellia_PP/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-Camellia_PP/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-Camellia_PP
-# Date created:				Thu Jul 12 16:35:39 JST 2007
-# Whom:	      				Yoshisato YANAGISAWA
+# Created by: Yoshisato YANAGISAWA
 # $FreeBSD$
 
 PORTNAME=	Crypt-Camellia_PP
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	yanagisawa@csg.is.titech.ac.jp
 COMMENT=	Perl extension for Camellia Encryption Algorithm in pure Perl
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Camellia_PP.3
 

Modified: head/security/p5-Crypt-GOST/Makefile
==============================================================================
--- head/security/p5-Crypt-GOST/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-GOST/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-GOST
-# Date created:				20 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-GOST
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for GOST Encryption Algorithm
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::GOST.3
 

Modified: head/security/p5-Crypt-GPG/Makefile
==============================================================================
--- head/security/p5-Crypt-GPG/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-GPG/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-GPG
-# Date created:				17 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-GPG
@@ -16,7 +14,8 @@ COMMENT=	Perl extension for GnuPG
 RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
 		p5-TimeDate>=1.20:${PORTSDIR}/devel/p5-TimeDate
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::GPG.3
 

Modified: head/security/p5-Crypt-HCE_MD5/Makefile
==============================================================================
--- head/security/p5-Crypt-HCE_MD5/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-HCE_MD5/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-HCE_MD5
-# Date created:				17 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-HCE_MD5
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension implementing one way hash chaining encryption using MD5
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::HCE_MD5.3
 

Modified: head/security/p5-Crypt-Imail/Makefile
==============================================================================
--- head/security/p5-Crypt-Imail/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-Imail/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-Imail
-# Date created:				20 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-Imail
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Perl extension to encrypt and decrypt Imail passwords
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Imail.3
 

Modified: head/security/p5-Crypt-Lite/Makefile
==============================================================================
--- head/security/p5-Crypt-Lite/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-Lite/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-Lite
-# Date created:				18 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-Lite
@@ -15,7 +13,8 @@ COMMENT=	Perl extension for a symmetric 
 BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Lite.3
 

Modified: head/security/p5-Crypt-RandPasswd/Makefile
==============================================================================
--- head/security/p5-Crypt-RandPasswd/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-RandPasswd/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Crypt::RandPasswd
-# Date created:				24 October 2002
-# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Crypt-RandPasswd
 PORTVERSION=	0.02
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	An implementation of the Automated Password Generator standard
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::RandPasswd.3
 

Modified: head/security/p5-Crypt-SKey/Makefile
==============================================================================
--- head/security/p5-Crypt-SKey/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-SKey/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-SKey
-# Date created:				20 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-SKey
@@ -18,7 +16,8 @@ BUILD_DEPENDS=	p5-Digest-MD4>=0:${PORTSD
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::SKey.3
 

Modified: head/security/p5-Crypt-SaltedHash/Makefile
==============================================================================
--- head/security/p5-Crypt-SaltedHash/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-SaltedHash/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Perl extension to work with salted hashes
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Crypt::SaltedHash.3
 

Modified: head/security/p5-Crypt-Shark/Makefile
==============================================================================
--- head/security/p5-Crypt-Shark/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-Shark/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-Shark
-# Date created:				20 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-Shark
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for Shark block cipher
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Shark.3
 

Modified: head/security/p5-Crypt-Simple/Makefile
==============================================================================
--- head/security/p5-Crypt-Simple/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-Simple/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Crypt-Blowfish>=0:${PO
 		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
 		p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Crypt::Simple.3
 

Modified: head/security/p5-Crypt-Twofish_PP/Makefile
==============================================================================
--- head/security/p5-Crypt-Twofish_PP/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-Twofish_PP/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:  p5-Crypt-Twofish_PP
-# Date created:                19 January 2010
-# Whom:                        Konstantin Menshikov <kostjnspb@yandex.ru>
-#
+# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Crypt-Twofish_PP
 PORTVERSION=	0.17
@@ -19,7 +15,8 @@ COMMENT=	The Twofish Algorithm in Pure P
 BUILD_DEPENDS=	p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Crypt::Twofish_PP.3 \
 	Crypt::Twofish_PP::Key16.3 \

Modified: head/security/p5-Crypt-X509/Makefile
==============================================================================
--- head/security/p5-Crypt-X509/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Crypt-X509/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-X509
-# Date created:				18 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-X509
@@ -14,7 +12,8 @@ COMMENT=	Perl extension to parse X.509 c
 
 BUILD_DEPENDS=	p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::X509.3
 

Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile
==============================================================================
--- head/security/p5-Dancer-Plugin-Passphrase/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Dancer-Plugin-Passphrase/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -24,7 +24,8 @@ RUN_DEPENDS=	p5-Dancer>0:${PORTSDIR}/www
 		p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
 		p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Dancer::Plugin::Passphrase.3
 

Modified: head/security/p5-Data-Password/Makefile
==============================================================================
--- head/security/p5-Data-Password/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Data-Password/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Perl extension for assessing password quality
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Password.3
 

Modified: head/security/p5-Digest-Elf/Makefile
==============================================================================
--- head/security/p5-Digest-Elf/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Digest-Elf/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for:	p5-Digest-Elf
-# Date created:				17 Dec 2005
-# Whom:					Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Digest-Elf
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for ElfHash hash algorithm
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::Elf.3
 

Modified: head/security/p5-Digest-FNV/Makefile
==============================================================================
--- head/security/p5-Digest-FNV/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Digest-FNV/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for:	p5-Digest-FNV
-# Date created:				17 Dec 2005
-# Whom:					Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Digest-FNV
@@ -15,7 +13,8 @@ COMMENT=	Perl extension for Fowler/Noll/
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::FNV.3
 

Modified: head/security/p5-Digest-JHash/Makefile
==============================================================================
--- head/security/p5-Digest-JHash/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Digest-JHash/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for:	p5-Digest-JHash
-# Date created:				17 Dec 2005
-# Whom:					Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Digest-JHash
@@ -14,7 +12,8 @@ COMMENT=	Perl extension for JHash hash a
 
 LICENSE=	ART20
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::JHash.3
 

Modified: head/security/p5-Digest-ManberHash/Makefile
==============================================================================
--- head/security/p5-Digest-ManberHash/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Digest-ManberHash/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for:	p5-Digest-ManberHash
-# Date created:				17 Dec 2005
-# Whom:					Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Digest-ManberHash
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for ManberHash hash algorithm
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::ManberHash.3
 

Modified: head/security/p5-GnuPG/Makefile
==============================================================================
--- head/security/p5-GnuPG/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-GnuPG/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   p5-GnuPG
-# Date created:                                2012-07-17
-# Whom:                                        Marcello Coutinho
-#
+# Created by: Marcello Coutinho
 # $FreeBSD$
-#
 
 PORTNAME=	GnuPG
 PORTVERSION=	0.19
@@ -16,7 +12,8 @@ COMMENT=	Perl module for interfacing wit
 
 LICENSE=	GPLv2
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	GnuPG.3 \
 	GnuPG::Tie.3

Modified: head/security/p5-Net-SinFP/Makefile
==============================================================================
--- head/security/p5-Net-SinFP/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-Net-SinFP/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-SinFP
-# Date created:		26 May 2006
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME?=	Net-SinFP
 PORTVERSION=	2.09
@@ -38,7 +34,8 @@ BUILD_DEPENDS+=	p5-Class-Gomor>=1.00:${P
 		p5-Net-Packet-Target>=1.00:${PORTSDIR}/net/p5-Net-Packet-Target
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 INSTALL_TARGET=	pure_install
 
 MAN3=	Net::SinFP.3 \

Modified: head/security/p5-openxpki-client-scep/Makefile
==============================================================================
--- head/security/p5-openxpki-client-scep/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-openxpki-client-scep/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -20,6 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=	OpenXPKI::Client::SCEP.3
 USE_GMAKE=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/security/p5-openxpki-client/Makefile
==============================================================================
--- head/security/p5-openxpki-client/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-openxpki-client/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -19,6 +19,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 MAN3=	OpenXPKI::Client.3 \
 	OpenXPKI::Client::API.3
 USE_GMAKE=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/security/p5-openxpki-deployment/Makefile
==============================================================================
--- head/security/p5-openxpki-deployment/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/p5-openxpki-deployment/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -23,7 +23,7 @@ MAN1=	openxpki-configure.1 \
 	openxpki-metaconf.1 \
 	openxpkiadm.1 \
 	openxpkictl.1
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 USE_RC_SUBR=	openxpki
 HAS_CONFIGURE=	yes

Modified: head/security/pam_krb5/Makefile
==============================================================================
--- head/security/pam_krb5/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/pam_krb5/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -15,7 +15,7 @@ CONFLICTS=		pam_krb5-rh-2.*
 
 MAN5=			pam_krb5.5
 
-USE_PERL5=		yes
+USES=		perl5
 GNU_CONFIGURE=		yes
 USE_GMAKE=		yes
 

Modified: head/security/sshit/Makefile
==============================================================================
--- head/security/sshit/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/sshit/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sshit
-# Date created:				18 December 2005
-# Whom:					Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-#
+# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	sshit
 PORTVERSION=	0.6
@@ -20,7 +16,8 @@ RUN_DEPENDS=	p5-Unix-Syslog>=0:${PORTSDI
 		p5-Proc-PID-File>=0:${PORTSDIR}/devel/p5-Proc-PID-File
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 PKGMESSAGE=	${WRKDIR}/pkg-message

Modified: head/security/sudoscript/Makefile
==============================================================================
--- head/security/sudoscript/Makefile	Wed Sep 11 17:20:45 2013	(r326997)
+++ head/security/sudoscript/Makefile	Wed Sep 11 17:56:03 2013	(r326998)
@@ -15,7 +15,7 @@ MAN8=		sudoscriptd.8 sudoscript.8
 MANCOMPRESSED=	no
 
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309111756.r8BHu3Q1022731>