diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
commit | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /security | |
parent | 16bdaae92136c316b9043fffbf5fb4438dce004e (diff) | |
download | freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.gz freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.zst freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.zip |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'security')
89 files changed, 244 insertions, 427 deletions
diff --git a/security/p5-Authen-Bitcard/Makefile b/security/p5-Authen-Bitcard/Makefile index 169135294f27..19936a06925e 100644 --- a/security/p5-Authen-Bitcard/Makefile +++ b/security/p5-Authen-Bitcard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-Bitcard -# Date created: 2007/01/16 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Authen-Bitcard PORTVERSION= 0.90 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-URI>=1.22:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Bitcard.3 diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index 5bb800d20403..1fab5aff163b 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Captcha -# Date created: Mon May 10 13:27:28 CEST 2004 -# Whom: tobez@FreeBSD.org -# +# Created by: tobez@FreeBSD.org # $FreeBSD$ -# PORTNAME= Authen-Captcha PORTVERSION= 1.023 @@ -18,7 +14,8 @@ COMMENT= Perl module to verify the human element in transactions BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Captcha.3 diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index cd444f79450b..a84918bbe225 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-Krb5 -# Date created: 22 January 2001 -# Whom: ajk@iu.edu -# +# Created by: ajk@iu.edu # $FreeBSD$ -# PORTNAME= Authen-Krb5 PORTVERSION= 1.9 @@ -17,7 +13,8 @@ COMMENT= Perl extension for Kerberos 5 LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Krb5.3 diff --git a/security/p5-Authen-Libwrap/Makefile b/security/p5-Authen-Libwrap/Makefile index f22eff547144..d20e7e71ce37 100644 --- a/security/p5-Authen-Libwrap/Makefile +++ b/security/p5-Authen-Libwrap/Makefile @@ -12,7 +12,8 @@ COMMENT= Authen::Libwrap - access to TCP Wrappers library TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Authen::Libwrap.3 diff --git a/security/p5-Authen-PluggableCaptcha/Makefile b/security/p5-Authen-PluggableCaptcha/Makefile index f958a25184b1..60f7659fb873 100644 --- a/security/p5-Authen-PluggableCaptcha/Makefile +++ b/security/p5-Authen-PluggableCaptcha/Makefile @@ -33,6 +33,7 @@ MAN3= Authen::PluggableCaptcha.3 \ Authen::PluggableCaptcha::Tutorial.3 \ Authen::PluggableCaptcha::ValidityObject.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index b1d5066317df..67a35ddfd0e2 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Data-HexDump>=0.02:${PORTSDIR}/devel/p5-Data-HexDump BUILD_DEPENDS:= ${RUN_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Radius.3 RADDBFILES= dictionary \ diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 4e1b50e96319..7bf1c79bc306 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-SASL-Cyrus -# Date created: 01 November 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Authen-SASL-Cyrus PORTVERSION= 0.13 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Authen::SASL::Cyrus.3 diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index d9331d9727d6..4957cf5ae667 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-SASL -# Date created: January 3rd 2003 -# Whom: Blaz Zupan <blaz@si.FreeBSD.org> -# +# Created by: Blaz Zupan <blaz@si.FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-SASL PORTVERSION= 2.16 @@ -20,7 +16,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} OPTIONS_DEFINE= KERBEROS OPTIONS_DEFAULT= KERBEROS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV+= AUTOMATED_TESTING=yes MAN3= Authen::SASL.3 \ diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile index afbcc05ed20f..d420a88a36f3 100644 --- a/security/p5-Authen-Simple-DBI/Makefile +++ b/security/p5-Authen-Simple-DBI/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-DBI -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-DBI PORTVERSION= 0.2 @@ -18,10 +14,9 @@ BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_SAFE= yes - MAN3= Authen::Simple::DBI.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-DBM/Makefile b/security/p5-Authen-Simple-DBM/Makefile index 94d9af277d76..974f107dec49 100644 --- a/security/p5-Authen-Simple-DBM/Makefile +++ b/security/p5-Authen-Simple-DBM/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-DBM -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-DBM PORTVERSION= 0.2 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::DBM.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile index 69b62813c114..03379b13f6c9 100644 --- a/security/p5-Authen-Simple-HTTP/Makefile +++ b/security/p5-Authen-Simple-HTTP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-HTTP -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-HTTP PORTVERSION= 0.2 @@ -18,10 +14,9 @@ BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_SAFE= yes - MAN3= Authen::Simple::HTTP.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-Net/Makefile b/security/p5-Authen-Simple-Net/Makefile index d63853dd8b7c..2f788470d345 100644 --- a/security/p5-Authen-Simple-Net/Makefile +++ b/security/p5-Authen-Simple-Net/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-Net -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-Net PORTVERSION= 0.2 @@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-PAM/Makefile b/security/p5-Authen-Simple-PAM/Makefile index 42c6731442c6..67b2bfc19d5f 100644 --- a/security/p5-Authen-Simple-PAM/Makefile +++ b/security/p5-Authen-Simple-PAM/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-PAM -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-PAM PORTVERSION= 0.2 @@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::PAM.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-Passwd/Makefile b/security/p5-Authen-Simple-Passwd/Makefile index 5e42ccf2ced4..49fa02936225 100644 --- a/security/p5-Authen-Simple-Passwd/Makefile +++ b/security/p5-Authen-Simple-Passwd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-Passwd -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-Passwd PORTVERSION= 0.6 @@ -17,10 +13,9 @@ COMMENT= Simple Passwd authentication BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_SAFE= yes - MAN3= Authen::Simple::Passwd.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-RADIUS/Makefile b/security/p5-Authen-Simple-RADIUS/Makefile index 28ff3e34d67c..108e5c3f640c 100644 --- a/security/p5-Authen-Simple-RADIUS/Makefile +++ b/security/p5-Authen-Simple-RADIUS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-RADIUS -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-RADIUS PORTVERSION= 0.1 @@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::RADIUS.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-SMB/Makefile b/security/p5-Authen-Simple-SMB/Makefile index 62f03e91f5c9..2947e99c05eb 100644 --- a/security/p5-Authen-Simple-SMB/Makefile +++ b/security/p5-Authen-Simple-SMB/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-SMB -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-SMB PORTVERSION= 0.1 @@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::SMB.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-SSH/Makefile b/security/p5-Authen-Simple-SSH/Makefile index b869920c5734..a6a96e641e36 100644 --- a/security/p5-Authen-Simple-SSH/Makefile +++ b/security/p5-Authen-Simple-SSH/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple-SSH -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Authen-Simple-SSH PORTVERSION= 0.1 @@ -18,10 +14,9 @@ BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ p5-Net-SSH-Perl>=0:${PORTSDIR}/net/p5-Net-SSH-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_SAFE= yes - MAN3= Authen::Simple::SSH.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile index a8586e9e8d89..833032acf17b 100644 --- a/security/p5-Authen-TacacsPlus/Makefile +++ b/security/p5-Authen-TacacsPlus/Makefile @@ -14,7 +14,8 @@ COMMENT= Perl module that provides authentication using a tacacs+ server LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_ENV+= CCFLAGS="${CFLAGS}" MAN3= Authen::TacacsPlus.3 diff --git a/security/p5-Authen-Ticket/Makefile b/security/p5-Authen-Ticket/Makefile index 2254753ce224..18f957a4281c 100644 --- a/security/p5-Authen-Ticket/Makefile +++ b/security/p5-Authen-Ticket/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module providing the framework for implementing a ticketing system -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Ticket.3 \ Authen::Ticket::Client.3 \ diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index e57be1bc97e1..fbe34c98fce9 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Blowfish -# Date created: 2000/09/18 -# Whom: patrick@mindstep.com -# +# Created by: patrick@mindstep.com # $FreeBSD$ -# PORTNAME= Crypt-Blowfish PORTVERSION= 2.12 @@ -17,7 +13,8 @@ COMMENT= Perl5 interface to the Blowfish encryption alogorithm BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Blowfish.3 diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile index 6cd8fedd61c7..f32a1f6509ce 100644 --- a/security/p5-Crypt-Blowfish_PP/Makefile +++ b/security/p5-Crypt-Blowfish_PP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Blowfish_PP -# Date created: Sep 30, 2002 -# Whom: Jim Geovedi <jim@corebsd.or.id> -# +# Created by: Jim Geovedi <jim@corebsd.or.id> # $FreeBSD$ -# PORTNAME= Crypt-Blowfish_PP PORTVERSION= 1.12 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Blowfish encryption algorithm implemented purely in Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Blowfish_PP.3 diff --git a/security/p5-Crypt-CAST5/Makefile b/security/p5-Crypt-CAST5/Makefile index 4a7abd4b14eb..a921a2654d64 100644 --- a/security/p5-Crypt-CAST5/Makefile +++ b/security/p5-Crypt-CAST5/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/p5-Crypt-CAST5 -# Date created: 05 May 2010 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-CAST5 PORTVERSION= 0.05 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CAST5 block cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CAST5.3 diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile index 86ad4dea4a74..73daa7ae796c 100644 --- a/security/p5-Crypt-CAST5_PP/Makefile +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-CAST5_PP -# Date created: 9 September 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # $FreeBSD$ -# PORTNAME= Crypt-CAST5_PP PORTVERSION= 1.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CAST5 block cipher in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CAST5_PP.3 diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 2902597bea12..858b4da6c8a4 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to Cipher Block Chaining with DES and IDEA -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CBC.3 diff --git a/security/p5-Crypt-CBCeasy/Makefile b/security/p5-Crypt-CBCeasy/Makefile index b12672d2eec9..5d48fc69ca8c 100644 --- a/security/p5-Crypt-CBCeasy/Makefile +++ b/security/p5-Crypt-CBCeasy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-CBCeasy -# Date created: 16 octobre 2003 -# Whom: mat -# +# Created by: mat # $FreeBSD$ -# PORTNAME= Crypt-CBCeasy PORTVERSION= 0.24 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \ p5-MD5>=0:${PORTSDIR}/security/p5-MD5 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CBCeasy.3 diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index 44e608debd55..1e1b017290ad 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CipherSaber -# Date created: Wed Jan 3 16:03:49 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Crypt-CipherSaber PORTVERSION= 1.00 @@ -16,7 +12,8 @@ COMMENT= Perl module providing an OO interface to CipherSaber encryption BUILD_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CipherSaber.3 diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index 37ae61365e95..28cccfd55b6e 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\"" MAN3= Crypt::Cracklib.3 diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index c8e32d5f815e..a742e4121859 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-DES -# Date created: October 20th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-DES PORTVERSION= 2.05 @@ -17,7 +13,8 @@ COMMENT= Perl5 interface to DES block cipher BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::DES.3 diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index 216fba811358..c07c36e3415f 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-DES_EDE3 -# Date created: 2002/03/14 -# Whom: jesper -# +# Created by: jesper # $FreeBSD$ -# PORTNAME= Crypt-DES_EDE3 PORTVERSION= 0.01 @@ -18,7 +14,8 @@ COMMENT= Perl5 interface to a implementing 3-DES EDE encryption and decryption BUILD_DEPENDS= p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::DES_EDE3.3 diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 53e60fd79d93..e8cb8a72f33b 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-DH -# Date created: 2002/03/14 -# Whom: jesper -# +# Created by: jesper # $FreeBSD$ -# PORTNAME= Crypt-DH PORTVERSION= 0.07 @@ -17,7 +13,8 @@ COMMENT= Perl5 interface to a Diffie-Hellman key exchange system LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::DH.3 PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \ diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 71f471218762..bd5cec8d3176 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-DSA -# Date created: Tue Sep 11 10:31:23 PDT 2001 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-DSA PORTVERSION= 1.17 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::DSA::Key::SSH2.3 Crypt::DSA.3 Crypt::DSA::Key.3 \ Crypt::DSA::Key::PEM.3 Crypt::DSA::Signature.3 \ diff --git a/security/p5-Crypt-Dining/Makefile b/security/p5-Crypt-Dining/Makefile index 801fd367b9ea..6e78673710df 100644 --- a/security/p5-Crypt-Dining/Makefile +++ b/security/p5-Crypt-Dining/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Dining -# Date created: 25 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-Dining PORTVERSION= 1.01 @@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Crypt::Dining.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 0de02820d13a..6e25a117ba01 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to IDEA block cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::IDEA.3 diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile index fdd722fc2467..66a46d030ce6 100644 --- a/security/p5-Crypt-OpenSSL-Bignum/Makefile +++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-OpenSSL-Bignum -# Date created: Sep. 4, 2003 -# Whom: erwin@FreeBSD.org -# +# Created by: erwin@FreeBSD.org # $FreeBSD$ -# PORTNAME= Crypt-OpenSSL-Bignum PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OpenSSL's multiprecision integer arithmetic -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_OPENSSL= yes MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile index 9fe3271ecf66..619ea4a04c6f 100644 --- a/security/p5-Crypt-OpenSSL-CA/Makefile +++ b/security/p5-Crypt-OpenSSL-CA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-OpenSSL-CA -# Date created: 2011/08/25 -# Whom: Mosconi <mosconi.rmg@gmail.com> -# +# Created by: Mosconi <mosconi.rmg@gmail.com> # $FreeBSD$ -# PORTNAME= Crypt-OpenSSL-CA PORTVERSION= 0.23 @@ -27,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Group>=0:${PORTSDIR}/devel/p5-Test-Group -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::OpenSSL::CA.3 \ Crypt::OpenSSL::CA::AlphabetSoup.3 \ diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index 5c48ce221e05..910edd63d8b1 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl5 module to DSA signature verification using OpenSSL LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3 diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index e5aaa8fe54f7..1cc2aa8601b4 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-OpenSSL-RSA -# Date created: 2001/08/27 -# Whom: nork@cityfujisawa.ne.jp -# +# Created by: nork@cityfujisawa.ne.jp # $FreeBSD$ -# PORTNAME= Crypt-OpenSSL-RSA PORTVERSION= 0.28 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL- RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \ p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_OPENSSL= yes MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index d5975362d6a6..a7594ffed3e1 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-OpenSSL-Random -# Date created: 2001/08/27 -# Whom: nork@cityfujisawa.ne.jp -# +# Created by: nork@cityfujisawa.ne.jp # $FreeBSD$ -# PORTNAME= Crypt-OpenSSL-Random PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the OpenSSL pseudo-random number generator -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_OPENSSL= yes MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile index ff44a4ca895f..4105a16c033b 100644 --- a/security/p5-Crypt-OpenSSL-X509/Makefile +++ b/security/p5-Crypt-OpenSSL-X509/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-OpenSSL-X509 -# Date created: 2007/06/09 -# Whom: kftseng@iyard.org -# +# Created by: kftseng@iyard.org # $FreeBSD$ -# PORTNAME= Crypt-OpenSSL-X509 PORTVERSION= 1.8.2 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}00.${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for OpenSSL X509 API -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::OpenSSL::X509.3 diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile index 4965a68a88f2..dc4f13998ba9 100644 --- a/security/p5-Crypt-PBKDF2/Makefile +++ b/security/p5-Crypt-PBKDF2/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::PBKDF2.3 \ Crypt::PBKDF2::Hash.3 \ diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index bbde025f3884..a316d571caa0 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-PasswdMD5 -# Date created: 18 June, 2002 -# Whom: Erwin Lansing <erwin@FreeBSD.org> -# +# Created by: Erwin Lansing <erwin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-PasswdMD5 PORTVERSION= 1.3 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::PasswdMD5.3 diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 49da15fbc54d..8d3beea5b22f 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Primes -# Date created: Tue Sep 11 10:31:23 PDT 2001 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-Primes PORTVERSION= 0.50 @@ -17,7 +13,8 @@ COMMENT= Provable Prime Number Generator suitable for Cryptographic Applications BUILD_DEPENDS= p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \ p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= largeprimes.1 MAN3= Crypt::Primes.3 diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile index 2f0f65853ce6..cff0b7d195b2 100644 --- a/security/p5-Crypt-RC5/Makefile +++ b/security/p5-Crypt-RC5/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-RC5 -# Date created: 2002/09/20 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= Crypt-RC5 PORTVERSION= 2.00 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the RC5 encryption algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::RC5.3 diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile index 869bd79cf9e5..b052566e8e79 100644 --- a/security/p5-Crypt-RC6/Makefile +++ b/security/p5-Crypt-RC6/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-RC6 -# Date created: 2002/09/20 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= Crypt-RC6 PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the RC6 encryption algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::RC6.3 diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile index 28e96acbd256..a975f3fd4347 100644 --- a/security/p5-Crypt-RIPEMD160/Makefile +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-RIPEMD160 -# Date created: 2001-09-12 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-RIPEMD160 PORTVERSION= 0.05 @@ -17,7 +13,8 @@ COMMENT= RIPEMD-160 message digest algorithm LICENSE_COMB= dual LICENSE= ART20 GPLv1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::RIPEMD160::MAC.3 Crypt::RIPEMD160.3 diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 47781010ee4d..d3221e5898ef 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-RSA -# Date created: Tue Sep 11 10:31:23 PDT 2001 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-RSA PORTVERSION= 1.99 @@ -28,7 +24,8 @@ RUN_DEPENDS= p5-Class-Loader>=2.00:${PORTSDIR}/devel/p5-Class-Loader \ p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-Tie-EncryptedHash>=0:${PORTSDIR}/security/p5-Tie-EncryptedHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::RSA.3 \ Crypt::RSA::DataFormat.3 \ diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index fe56fe82d46d..ff002b79e291 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Random -# Date created: Tue Sep 11 10:47:19 PDT 2001 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Crypt-Random PORTVERSION= 1.25 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari \ p5-Class-Loader>=0:${PORTSDIR}/devel/p5-Class-Loader RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Random.3 diff --git a/security/p5-Crypt-Rijndael_PP/Makefile b/security/p5-Crypt-Rijndael_PP/Makefile index 35f04f179740..a12389e9c2e1 100644 --- a/security/p5-Crypt-Rijndael_PP/Makefile +++ b/security/p5-Crypt-Rijndael_PP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Rijndael_PP -# Date created: 2006-07-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Crypt-Rijndael_PP PORTVERSION= 0.05 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of Rijndael -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Rijndael_PP.3 diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index f44486c4a1d2..11ad28e22cfc 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-SSLeay -# Date created: December-15-2000 -# Whom: Alfred Perlstein <alfred@freebsd.org> -# +# Created by: Alfred Perlstein <alfred@freebsd.org> # $FreeBSD$ -# PORTNAME= Crypt-SSLeay PORTVERSION= 0.64 @@ -22,7 +18,8 @@ TEST_DEPENDS= p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny CONFIGURE_ENV= CRYPT_SSLEAY_LIVE_TEST_WANTED=0 MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_OPENSSL= yes MAN3= Crypt::SSLeay.3 Net::SSL.3 diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile index ddea85c4b4d9..b627646ee919 100644 --- a/security/p5-Crypt-Serpent/Makefile +++ b/security/p5-Crypt-Serpent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Serpent -# Date created: 2002/09/20 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= Crypt-Serpent PORTVERSION= 1.01 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the Serpent encryption algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Serpent.3 diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index ac9a57f00101..a1b8baf0606b 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl module implementing the Twofish cipher LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Twofish.3 diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile index 3abac90303e3..43fa2a7b2346 100644 --- a/security/p5-Crypt-Twofish2/Makefile +++ b/security/p5-Crypt-Twofish2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Twofish2 -# Date created: 2002/09/20 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= Crypt-Twofish2 PORTVERSION= 1.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the Twofish encryption algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Twofish2.3 diff --git a/security/p5-Crypt-xDBM_File/Makefile b/security/p5-Crypt-xDBM_File/Makefile index 910b6f7c06e3..78b9733f8736 100644 --- a/security/p5-Crypt-xDBM_File/Makefile +++ b/security/p5-Crypt-xDBM_File/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-xDBM_File -# Date created: Tue Dec 30 08:56:41 CST 2003 -# Whom: Cheng-Lung Sung <clsung@dragon2.net> -# +# Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -# PORTNAME= Crypt-xDBM_File PORTVERSION= 1.02 @@ -17,7 +13,8 @@ COMMENT= Perl module encrypt almost any kind of dbm file BUILD_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::xDBM_File.3 diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile index 8479716a3ae4..29c5feb0d6b4 100644 --- a/security/p5-Data-Entropy/Makefile +++ b/security/p5-Data-Entropy/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-HTTP-Lite>=0.22:${PORTSDIR}/www/p5-HTTP-Lite \ p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Data::Entropy.3 \ Data::Entropy::Algorithms.3 \ diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile index c39ed06311fa..beb0bd27e1ea 100644 --- a/security/p5-Digest-BubbleBabble/Makefile +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Digest-BubbleBabble -# Date created: 2002/03/14 -# Whom: jesper -# +# Created by: jesper # $FreeBSD$ -# PORTNAME= Digest-BubbleBabble PORTVERSION= 0.02 @@ -17,7 +13,8 @@ COMMENT= Perl5 interface to a fingerprint in "bubble babble" format LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::BubbleBabble.3 diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index 34b004e075aa..1539a432adbd 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Digest-HMAC -# Date created: 2001/12/11 -# Whom: nork@cityfujisawa.ne.jp -# +# Created by: nork@cityfujisawa.ne.jp # $FreeBSD$ -# PORTNAME= Digest-HMAC PORTVERSION= 1.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to HMAC Message-Digest Algorithms -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::HMAC.3 \ Digest::HMAC_MD5.3 \ diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index 35908cf2111e..1b6abc12a2ed 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Digest-MD2 -# Date created: 24 May 2001 -# Whom: petef@FreeBSD.org -# +# Created by: petef@FreeBSD.org # $FreeBSD$ -# PORTNAME= Digest-MD2 PORTVERSION= 2.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the MD2 message digest algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::MD2.3 diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index b42cbaf7e61a..8d8abd46bf5f 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -15,7 +15,8 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::MD4.3 PORTDOCS= Changes rfc1320.txt diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 1d69dd1d3b1e..1ce6436310d0 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the MD5 algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::MD5.3 diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 60cba81a33d1..1faec41c0a6c 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -16,7 +16,8 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::SHA.3 diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index bc49602ad0a8..c4b088b40cb8 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Digest-SHA1 -# Date created: 30 March 2001 -# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> -# +# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> # $FreeBSD$ -# PORTNAME= Digest-SHA1 PORTVERSION= 2.13 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the SHA-1 Algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::SHA1.3 diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index 330ee6d6aeb7..de6e6e174cf5 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Digest -# Date created: 28 May 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Digest PORTVERSION= 1.17 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules that calculate message digests -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest.3 Digest::base.3 Digest::file.3 diff --git a/security/p5-File-Scan-ClamAV/Makefile b/security/p5-File-Scan-ClamAV/Makefile index bca4ca2f3de4..6c4ad518013c 100644 --- a/security/p5-File-Scan-ClamAV/Makefile +++ b/security/p5-File-Scan-ClamAV/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: File-Scan-ClamAV -# Date created: 2006-11-24 -# Whom: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> -# +# Created by: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> # $FreeBSD$ -# PORTNAME= File-Scan-ClamAV PORTVERSION= 1.9.1 @@ -19,7 +15,8 @@ COMMENT= Perl extension for the clamav virus scanner BUILD_DEPENDS= clamscan:${PORTSDIR}/security/clamav RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Scan::ClamAV.3 diff --git a/security/p5-Filter-CBC/Makefile b/security/p5-Filter-CBC/Makefile index 032dc0de9a32..359216502691 100644 --- a/security/p5-Filter-CBC/Makefile +++ b/security/p5-Filter-CBC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Filter-CBC -# Date created: 11 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Filter-CBC PORTVERSION= 0.10 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filter::CBC.3 diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile index bbbaa3497b8c..258bf3fe2905 100644 --- a/security/p5-GD-SecurityImage/Makefile +++ b/security/p5-GD-SecurityImage/Makefile @@ -19,7 +19,8 @@ IMAGEMAGICK_DESC= Build ImageMagick module PORTSCOUT= skipv:1.581 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GD::SecurityImage.3 \ GD::SecurityImage::GD.3 \ diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index b13549dcead2..1d9ae16f0b3e 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/p5-GSSAPI -# Date created: 28 March 2006 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GSSAPI PORTVERSION= 0.28 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension providing access to the GSSAPIv2 library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GSSAPI.3 \ GSSAPI::OID.3 \ diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index b553325cfe43..56a542c03d52 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \ p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GnuPG::Fingerprint.3 \ GnuPG::Handles.3 \ diff --git a/security/p5-HTML-Email-Obfuscate/Makefile b/security/p5-HTML-Email-Obfuscate/Makefile index 1328f465f250..1ac9d8558455 100644 --- a/security/p5-HTML-Email-Obfuscate/Makefile +++ b/security/p5-HTML-Email-Obfuscate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-Email-Obfuscate -# Date created: 2007/02/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= HTML-Email-Obfuscate PORTVERSION= 1.00 @@ -17,7 +13,8 @@ COMMENT= Obfuscates HTML email addresses that look normal BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Email::Obfuscate.3 diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index dba75d05bda3..87a9c6ad4c90 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MD5 -# Date created: September 30th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= MD5 PORTVERSION= 2.03 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= wrapper to the Digest::MD5 module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MD5.3 diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index d1b9bce76e1c..9b141871b20c 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ENV= PERL_MM_USE_DEFAULT="yes" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cpansign.1 MAN3= Module::Signature.3 diff --git a/security/p5-Net-OpenID-Common/Makefile b/security/p5-Net-OpenID-Common/Makefile index 7d3301da2c7c..0d6b3aad4192 100644 --- a/security/p5-Net-OpenID-Common/Makefile +++ b/security/p5-Net-OpenID-Common/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OpenID::Common.3 \ Net::OpenID::Extension.3 \ diff --git a/security/p5-Net-OpenID-JanRain/Makefile b/security/p5-Net-OpenID-JanRain/Makefile index 41407d228fbf..7c53953021d9 100644 --- a/security/p5-Net-OpenID-JanRain/Makefile +++ b/security/p5-Net-OpenID-JanRain/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-OpenID-JanRain -# Date created: 2006-12-19 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-OpenID-JanRain PORTVERSION= 1.1.1 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OpenID::JanRain::Consumer.3 \ Net::OpenID::JanRain::Server.3 \ diff --git a/security/p5-Net-Radius-Server/Makefile b/security/p5-Net-Radius-Server/Makefile index 0b499b3c0e7b..c6178c73ff8a 100644 --- a/security/p5-Net-Radius-Server/Makefile +++ b/security/p5-Net-Radius-Server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Radius-Server -# Date created: 2009-08-25 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-Radius-Server PORTVERSION= 1.116 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM \ p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= nrsd.1 \ nrsdbtoyaml.1 \ diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index ae675b196baf..fe939ac55eb6 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -18,7 +18,8 @@ LICENSE= AL2 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ zxid:${PORTSDIR}/security/zxid -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${DISTNAME}/Net MAN3= Net::SAML.3 diff --git a/security/p5-Net-SSL-ExpireDate/Makefile b/security/p5-Net-SSL-ExpireDate/Makefile index 0c0a24f41a11..46ccf2d3038b 100644 --- a/security/p5-Net-SSL-ExpireDate/Makefile +++ b/security/p5-Net-SSL-ExpireDate/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SSL::ExpireDate.3 diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index b4478e5be019..5a54bef9f0ed 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -16,7 +16,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ OPTIONS_DEFINE= EXAMPLES -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE} REINPLACE_ARGS= -i '' USE_OPENSSL= yes diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index 241028b96746..1b9a8003000d 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Nmap-Scanner -# Date created: 04 July 2003 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Nmap-Scanner PORTVERSION= 1.0 @@ -21,7 +17,8 @@ BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Nmap::Scanner.3 Nmap::Scanner::Address.3 \ Nmap::Scanner::Backend::Processor.3 \ diff --git a/security/p5-OpenCA-CRL/Makefile b/security/p5-OpenCA-CRL/Makefile index 0ac6a35ffc99..23dfe113b16f 100644 --- a/security/p5-OpenCA-CRL/Makefile +++ b/security/p5-OpenCA-CRL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenCA-CRL -# Date created: 02 June 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= OpenCA-CRL PORTVERSION= 0.9.17 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CRL Management module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-patch: @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample diff --git a/security/p5-OpenCA-CRR/Makefile b/security/p5-OpenCA-CRR/Makefile index 3ccbcbc7646d..6868ce032e15 100644 --- a/security/p5-OpenCA-CRR/Makefile +++ b/security/p5-OpenCA-CRR/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenCA-CRR -# Date created: 02 June 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= OpenCA-CRR PORTVERSION= 0.0.2 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to handle CRR objects -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= OpenCA::CRR.3 diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile index efb04c087869..2d4957af1053 100644 --- a/security/p5-OpenCA-OpenSSL/Makefile +++ b/security/p5-OpenCA-OpenSSL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-OpenCA-OpenSSL -# Date created: 2012-03-09 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= OpenCA-OpenSSL PORTVERSION= 2.0.29 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= OpenCA::OpenSSL.3 diff --git a/security/p5-OpenCA-PKCS7/Makefile b/security/p5-OpenCA-PKCS7/Makefile index 266770b1521c..198d11fe7101 100644 --- a/security/p5-OpenCA-PKCS7/Makefile +++ b/security/p5-OpenCA-PKCS7/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenCA-PKCS7 -# Date created: 02 June 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= OpenCA-PKCS7 PORTVERSION= 0.9.13 @@ -20,6 +16,7 @@ BUILD_DEPENDS= p5-OpenCA-OpenSSL>=0:${PORTSDIR}/security/p5-OpenCA-OpenSSL \ p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/security/p5-OpenCA-REQ/Makefile b/security/p5-OpenCA-REQ/Makefile index c21d23814147..feae60707380 100644 --- a/security/p5-OpenCA-REQ/Makefile +++ b/security/p5-OpenCA-REQ/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenCA-REQ -# Date created: 02 June 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= OpenCA-REQ PORTVERSION= 0.9.52 @@ -17,7 +13,8 @@ COMMENT= Perl extension to easily manage Cert REQUESTs BUILD_DEPENDS= p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= OpenCA::REQ.3 diff --git a/security/p5-OpenCA-X509/Makefile b/security/p5-OpenCA-X509/Makefile index eeeb2fd2c426..98baefa5c412 100644 --- a/security/p5-OpenCA-X509/Makefile +++ b/security/p5-OpenCA-X509/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-OpenCA-X509 -# Date created: 2012-03-09 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= OpenCA-X509 PORTVERSION= 0.9.10 @@ -18,7 +14,8 @@ COMMENT= Perl extension for handling X509 Certificates BUILD_DEPENDS= p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PORTSCOUT= skipv:0.9.47 diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index a7d9c0a5c85b..b2b39f7d143e 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-SSLify -# Date created: 05 November 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= POE-Component-SSLify PORTVERSION= 1.008 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::SSLify.3 \ POE::Component::SSLify::ClientHandle.3 \ diff --git a/security/p5-PerlCryptLib/Makefile b/security/p5-PerlCryptLib/Makefile index 010f0c6c008a..6fb6f9f33ad8 100644 --- a/security/p5-PerlCryptLib/Makefile +++ b/security/p5-PerlCryptLib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PerlCryptLib -# Date created: 2006-08-08 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= PerlCryptLib PORTVERSION= 1.11 @@ -17,7 +13,8 @@ COMMENT= Perl interface to Peter Guttman cryptlib API LIB_DEPENDS= cl:${PORTSDIR}/security/cryptlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PerlCryptLib.3 diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index 57cc6d96c0c9..0901576d77de 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SHA -# Date created: Sep 30, 2002 -# Whom: Jim Geovedi <jim@corebsd.or.id> -# +# Created by: Jim Geovedi <jim@corebsd.or.id> # $FreeBSD$ -# PORTNAME= SHA PORTVERSION= 2.01 @@ -18,7 +14,8 @@ COMMENT= Perl5 interface to the SHA1 algorithm RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SHA.3 diff --git a/security/p5-Sudo/Makefile b/security/p5-Sudo/Makefile index 0defedf4f486..79e5e5cc6f57 100644 --- a/security/p5-Sudo/Makefile +++ b/security/p5-Sudo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sudo -# Date created: 2007-05-27 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Sudo PORTVERSION= 0.32 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Term-ReadPassword>=0:${PORTSDIR}/devel/p5-Term-ReadPassword \ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sudo.3 diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile index b76e26b4449b..f820ee9cf385 100644 --- a/security/p5-Text-Password-Pronounceable/Makefile +++ b/security/p5-Text-Password-Pronounceable/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for generating pronounceable passwords -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Password::Pronounceable.3 diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index cb4959ae0a61..49a54ad99321 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-EncryptedHash -# Date created: Tue Sep 11 10:31:23 PDT 2001 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tie-EncryptedHash PORTVERSION= 1.24 @@ -19,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::EncryptedHash.3 |