aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /security
parentbeaeca88a88b0f7e641416a47008edd52290575c (diff)
downloadports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz
ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-Krb5/Makefile7
-rw-r--r--security/p5-Authen-NTLM/Makefile8
-rw-r--r--security/p5-Authen-Radius/Makefile9
-rw-r--r--security/p5-Authen-SASL/Makefile8
-rw-r--r--security/p5-Crypt-AppleTwoFish/Makefile10
-rw-r--r--security/p5-Crypt-CBC/Makefile8
-rw-r--r--security/p5-Crypt-DH/Makefile9
-rw-r--r--security/p5-Crypt-HCE_SHA/Makefile9
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile12
-rw-r--r--security/p5-Crypt-RSA/Makefile9
-rw-r--r--security/p5-Crypt-SSLeay/Makefile9
-rw-r--r--security/p5-Digest-HMAC/Makefile8
-rw-r--r--security/p5-Digest-MD5-File/Makefile8
-rw-r--r--security/p5-Digest-SHA-PurePerl/Makefile4
-rw-r--r--security/p5-Digest/Makefile8
-rw-r--r--security/p5-IO-Socket-SSL/Makefile8
-rw-r--r--security/p5-MD5/Makefile8
-rw-r--r--security/swatch/Makefile11
18 files changed, 18 insertions, 135 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile
index 58dbc61fbc17..35f231901251 100644
--- a/security/p5-Authen-Krb5/Makefile
+++ b/security/p5-Authen-Krb5/Makefile
@@ -21,12 +21,7 @@ PERL_CONFIGURE= yes
MAN3= Authen::Krb5.3
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
-.if ${PERL_LEVEL} < 500800
- @${REINPLACE_CMD} -e 's,const char,char,g' ${WRKSRC}/Krb5.xs
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile
index 10de37dac5cd..f329ee4617aa 100644
--- a/security/p5-Authen-NTLM/Makefile
+++ b/security/p5-Authen-NTLM/Makefile
@@ -21,10 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Authen::NTLM.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile
index 16af5dc5060d..919c39693a0e 100644
--- a/security/p5-Authen-Radius/Makefile
+++ b/security/p5-Authen-Radius/Makefile
@@ -34,8 +34,6 @@ RADDBFILES= dictionary \
dictionary.versanet \
dictionary.xtradius
-.include <bsd.port.pre.mk>
-
pre-configure:
@${RM} ${WRKSRC}/install-radius-db.PL
@${PERL} -pi -e 's|/etc/raddb|${DATADIR}|' ${WRKSRC}/Radius.pm
@@ -46,9 +44,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/raddb/${FILE} ${DATADIR}/${FILE}
.endfor
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index fb7b2019608d..4a3017f64585 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -31,14 +31,8 @@ MAN3+= Authen::SASL::Perl::GSSAPI.3
MAN3+= Authen::SASL::Perl::LOGIN.3
MAN3+= Authen::SASL::Perl::PLAIN.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
.if !defined(WITHOUT_KERBEROS)
RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-AppleTwoFish/Makefile b/security/p5-Crypt-AppleTwoFish/Makefile
index dc71a39dfa7d..eb60bc9fd488 100644
--- a/security/p5-Crypt-AppleTwoFish/Makefile
+++ b/security/p5-Crypt-AppleTwoFish/Makefile
@@ -16,12 +16,4 @@ PERL_CONFIGURE= yes
MAN3= Crypt::AppleTwoFish.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-post-patch:
- ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/t/*.t \
- ${WRKSRC}/lib/Crypt/AppleTwoFish.pm ${WRKSRC}/${CONFIGURE_SCRIPT}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index e77d407985d5..04d399c35690 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Crypt::CBC.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS= p5-Digest-MD5>=2.00:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile
index f598dbfb02c0..27869202377c 100644
--- a/security/p5-Crypt-DH/Makefile
+++ b/security/p5-Crypt-DH/Makefile
@@ -23,11 +23,4 @@ PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt \
%%SITE_PERL%%/Crypt
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
-RUN_DEPENDS= ${BUILD_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile
index a13e99c04c66..94d4e22eb7cd 100644
--- a/security/p5-Crypt-HCE_SHA/Makefile
+++ b/security/p5-Crypt-HCE_SHA/Makefile
@@ -21,11 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Crypt::HCE_SHA.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index 3a4911c57331..58417ef0e8ea 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -55,14 +55,4 @@ MAN3= Crypt::OpenPGP::ErrorHandler.3 Crypt::OpenPGP::Key.3 \
post-patch:
@${RM} -f ${WRKSRC}/lib/Crypt/OpenPGP/Ciphertext.pm.orig
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-DEPENDS_56= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \
- p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5
-BUILD_DEPENDS+= ${DEPENDS_56}
-RUN_DEPENDS+= ${DEPENDS_56}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index 7ce37ec3f58b..28bef5c77dd8 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -43,11 +43,4 @@ MAN3= Crypt::RSA.3 \
Crypt::RSA::SS::PKCS1v15.3 \
Crypt::RSA::SS::PSS.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
- p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index ee8d6a598b76..c7e86bed5c29 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -23,11 +23,4 @@ USE_OPENSSL= yes
MAN3= Crypt::SSLeay.3 Net::SSL.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index bba749235cce..3b941c73fdae 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -23,10 +23,4 @@ MAN3= Digest::HMAC.3 \
Digest::HMAC_MD5.3 \
Digest::HMAC_SHA1.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Digest-MD5-File/Makefile b/security/p5-Digest-MD5-File/Makefile
index e9e777c245b4..9683b17454fa 100644
--- a/security/p5-Digest-MD5-File/Makefile
+++ b/security/p5-Digest-MD5-File/Makefile
@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Digest::MD5::File.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile
index 43f586ca6aa8..d77c0210d50c 100644
--- a/security/p5-Digest-SHA-PurePerl/Makefile
+++ b/security/p5-Digest-SHA-PurePerl/Makefile
@@ -18,10 +18,6 @@ MAN3= Digest::SHA::PurePerl.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+= ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
.if ${PERL_LEVEL} < 500803
RUN_DEPENDS+= ${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
.endif
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
index 020c3a777ec0..9c4346fbf4c7 100644
--- a/security/p5-Digest/Makefile
+++ b/security/p5-Digest/Makefile
@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Digest.3 Digest::base.3 Digest::file.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 419885768118..55bb5d1e2c0d 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -30,14 +30,8 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
.if defined(WITH_IDN)
RUN_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile
index 968f3aa604c6..dba75d05bda3 100644
--- a/security/p5-MD5/Makefile
+++ b/security/p5-MD5/Makefile
@@ -19,10 +19,4 @@ PERL_CONFIGURE= yes
MAN3= MD5.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/swatch/Makefile b/security/swatch/Makefile
index e41f19b35f54..bf14709cc3c8 100644
--- a/security/swatch/Makefile
+++ b/security/swatch/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= ${BUILD_DEPENDS_56} \
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1
@@ -37,12 +38,4 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/swatch.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS_56= \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-.endif
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>