diff options
-rw-r--r-- | lang/p5-Error/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Mail-Alias/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-SRS/Makefile | 8 | ||||
-rw-r--r-- | mail/sqlgrey/Makefile | 8 | ||||
-rw-r--r-- | mail/sympa/Makefile | 15 | ||||
-rw-r--r-- | mail/zmailer/Makefile | 4 | ||||
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 8 | ||||
-rw-r--r-- | math/pspp/Makefile | 8 | ||||
-rw-r--r-- | multimedia/p5-Video-OpenQuicktime/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/p5-pdonkey/Makefile | 8 | ||||
-rw-r--r-- | net/lam/Makefile | 6 | ||||
-rw-r--r-- | net/lam/pkg-plist | 2 | ||||
-rw-r--r-- | net/p5-Net-Radius/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous/Makefile | 8 |
15 files changed, 13 insertions, 99 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 8ea293fda475..0662e74e770a 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -24,10 +24,6 @@ MAN3= Error.3 Error::Simple.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - .if ${PERL_LEVEL} < 500702 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif diff --git a/mail/p5-Mail-Alias/Makefile b/mail/p5-Mail-Alias/Makefile index fde4b78495af..9594e5e3be09 100644 --- a/mail/p5-Mail-Alias/Makefile +++ b/mail/p5-Mail-Alias/Makefile @@ -17,12 +17,6 @@ COMMENT= Mail::Alias PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> +MAN3= Mail::Alias.3 -.if ${PERL_LEVEL} < 500100 -IGNORE= "This port requires perl 5.1 or newer. Install lang/perl5 or lang/perl5.8 and try again." -.endif - -MAN3= Mail::Alias.3 - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index 646cfedd898c..af83d5cd84fb 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -32,10 +32,4 @@ MAN1= srs.1 \ PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 #depends on DB_File >= 1.806 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index fbed1f82525f..19dcd1542111 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -77,10 +77,4 @@ do-install: post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 62f5d3eb398c..8d38c3999cea 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -26,7 +26,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Locale/Msgcat.pm:${PORTSDIR}/misc/p5-Locale-Msgcat \ - ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip + ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} CONFLICTS= sympa-5* @@ -48,11 +49,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle .else .if ${DB_TYPE} == "Pg" -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13 -.else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.endif .else .if ${DB_TYPE} == "Sybase" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase @@ -99,12 +96,4 @@ post-install: post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - .include <bsd.port.post.mk> diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile index b2cc15c39e7c..3cec7155474c 100644 --- a/mail/zmailer/Makefile +++ b/mail/zmailer/Makefile @@ -26,10 +26,6 @@ CONFIGURE_ARGS= --without-openssl .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.006 or better -.endif - .if ${OSVERSION} >= 500000 EXTRA_PATCHES= ${FILESDIR}/extra-patch-EAI_NODATA .endif diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index c5cfa7a0e640..3ee00dd6c258 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -22,11 +22,4 @@ PERL_MODBUILD= yes MAN3= AI::Perceptron.3 -.include <bsd.port.pre.mk> - -# p5-accessors requires 5.6.0 -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or above -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 790be98d1417..51d6f45dc535 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -21,10 +21,4 @@ LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/pspp/Makefile b/math/pspp/Makefile index cd19b73d0273..28348c8c0d73 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -27,10 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= pspp -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BROKEN= needs at least Perl 5.6 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/p5-Video-OpenQuicktime/Makefile b/multimedia/p5-Video-OpenQuicktime/Makefile index 954d2c0f5480..9cba35c53a3b 100644 --- a/multimedia/p5-Video-OpenQuicktime/Makefile +++ b/multimedia/p5-Video-OpenQuicktime/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Video::OpenQuicktime.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500600 -IGNORE= Perl 5.6 or higher is required for this port -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/p5-pdonkey/Makefile b/net-p2p/p5-pdonkey/Makefile index ce398590dcac..4e5be72217b6 100644 --- a/net-p2p/p5-pdonkey/Makefile +++ b/net-p2p/p5-pdonkey/Makefile @@ -33,10 +33,4 @@ MAN3= P2P::pDonkey::Met.3 \ P2P::pDonkey::Util.3 \ P2P::pDonkey::Meta.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/lam/Makefile b/net/lam/Makefile index 5f361c8aacd6..3bc55d9c6da1 100644 --- a/net/lam/Makefile +++ b/net/lam/Makefile @@ -378,12 +378,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif -.if ${PERL_LEVEL} == "500503" -PLIST_SUB= WANT_MPIEXEC="@comment " -.else -PLIST_SUB= WANT_MPIEXEC="" -.endif - .if ${ARCH} == "i386" PLIST_SUB+= I386="" .else diff --git a/net/lam/pkg-plist b/net/lam/pkg-plist index 002ba6bbe0d4..7d84f0cba06b 100644 --- a/net/lam/pkg-plist +++ b/net/lam/pkg-plist @@ -18,7 +18,7 @@ bin/lamwipe bin/mpiCC bin/mpic++ bin/mpicc -%%WANT_MPIEXEC%%bin/mpiexec +bin/mpiexec bin/mpif77 bin/mpimsg bin/mpirun diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile index d4f842323758..86a72746931b 100644 --- a/net/p5-Net-Radius/Makefile +++ b/net/p5-Net-Radius/Makefile @@ -23,12 +23,6 @@ post-extract: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ - ${WRKSRC}/Radius/Dictionary.pm -.endif - .if ${PERL_LEVEL} < 500800 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/net/p5-Net-Rendezvous/Makefile b/net/p5-Net-Rendezvous/Makefile index 6e3ea7dc4283..ec3e30625e2c 100644 --- a/net/p5-Net-Rendezvous/Makefile +++ b/net/p5-Net-Rendezvous/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Net::Rendezvous.3 \ Net::Rendezvous::Entry.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500600 -IGNORE= "perl 5.6 or higher is required to build this port" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |