From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 17:56:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEB91294; Wed, 11 Sep 2013 17:56:11 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C8CB2C50; Wed, 11 Sep 2013 17:56:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BHuBPL022787; Wed, 11 Sep 2013 17:56:11 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BHu3Q1022731; Wed, 11 Sep 2013 17:56:03 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309111756.r8BHu3Q1022731@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 17:56:03 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 17:56:11 -0000 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 -# +# Created by: Stefan Walter # $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 -# +# Created by: Joe Barbish # $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 -# +# Created by: Tilman Linneweh # $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 -# +# Created by: Greg Larkin # $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 -# # $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 -# +# Created by: Attila Nagy # $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 -# +# Created by: Gea-Suan Lin # $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 -# +# Created by: Tsung-Han Yeh # $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 -# +# Created by: Maxim Sobolev # $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 -# +# Created by: Konstantin Menshikov # $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 -# +# Created by: Andrew Pantyukhin # $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 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 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 -# +# Created by: Jui-Nan Lin # $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' \