diff options
Diffstat (limited to 'mail')
47 files changed, 43 insertions, 299 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 5c122f0da205..0893e6075b1a 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -134,10 +134,6 @@ post-patch: -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ -e "s|%%CYRUS_GROUP%%|${CYRUS_GROUP}|g" \ ${WRKSRC}/tools/mkimap -.if ${PERL_LEVEL} < 500600 - @${REINPLACE_CMD} -e "s|exec perl -x|exec perl -I${SITE_PERL} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif post-install: .for f in ${CYRUS_MAN3} diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index fabbc1dfd23f..3e491085073b 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -184,10 +184,6 @@ post-patch: @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" \ -e "s|/usr/sieve|/var/imap/sieve|g" \ ${WRKSRC}/tools/masssievec -.if ${PERL_LEVEL} < 500600 - @${REINPLACE_CMD} -e "s|exec perl -x|exec perl -I${SITE_PERL} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif .if defined(WITH_DRAC) @${RM} -rf ${WRKSRC}/autom4te.cache .endif diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index b7f3c3fa4a21..6798da5ca7e6 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -184,10 +184,6 @@ post-patch: @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" \ -e "s|/usr/sieve|/var/imap/sieve|g" \ ${WRKSRC}/tools/masssievec -.if ${PERL_LEVEL} < 500600 - @${REINPLACE_CMD} -e "s|exec perl -x|exec perl -I${SITE_PERL} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif .if defined(WITH_DRAC) @${RM} -rf ${WRKSRC}/autom4te.cache .endif diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index b7f3c3fa4a21..6798da5ca7e6 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -184,10 +184,6 @@ post-patch: @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" \ -e "s|/usr/sieve|/var/imap/sieve|g" \ ${WRKSRC}/tools/masssievec -.if ${PERL_LEVEL} < 500600 - @${REINPLACE_CMD} -e "s|exec perl -x|exec perl -I${SITE_PERL} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif .if defined(WITH_DRAC) @${RM} -rf ${WRKSRC}/autom4te.cache .endif diff --git a/mail/delatt/Makefile b/mail/delatt/Makefile index 03885fc0a2c2..2c4815b0941d 100644 --- a/mail/delatt/Makefile +++ b/mail/delatt/Makefile @@ -17,17 +17,11 @@ COMMENT= Strip attachments from email RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5_RUN= yes +USE_PERL5_RUN= 5.8.6+ NO_BUILD= yes PLIST_FILES= bin/delatt -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500806 -IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) -.endif - post-patch: ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \ ${WRKSRC}/${PORTNAME} @@ -35,4 +29,4 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/dkfilter/Makefile b/mail/dkfilter/Makefile index 5f03099502cc..6ed38749a7d1 100644 --- a/mail/dkfilter/Makefile +++ b/mail/dkfilter/Makefile @@ -35,13 +35,7 @@ SUB_LIST= USER=${DKFILTER_USERNAME} \ GROUP=${DKFILTER_GROUPNAME} \ GID=${DKFILTER_GROUPID} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= require Perl 5.8 or newer. Install lang/perl5.8 and try again -.endif - pre-install: ${SH} ${PKGINSTALL} ${PREFIX} PRE-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index 375ded7c6a9f..238b65862bcc 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -35,10 +35,6 @@ USE_PERL5= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again -.endif - .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net .endif diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index b247e4bed79c..d0eecf990808 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -34,10 +34,4 @@ post-install: .endfor # i in ChangeLog README sample.gotmailrc .endif # !defined(NOPORTDOCS) -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile index ce9d5da99bf2..51b20cb0dcf6 100644 --- a/mail/lightning/Makefile +++ b/mail/lightning/Makefile @@ -48,10 +48,6 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{ IGNORE= does not build .endif -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl -.endif - pre-everything:: @if [ -n "`${PKG_INFO} -xI '^thunderbird-[0-9].[0-9]*'`" ]; then \ ${ECHO_CMD} "${PKGNAME}: thunderbird conflicts with ${PORTNAME}, if you wish to not"; \ diff --git a/mail/maildirsync/Makefile b/mail/maildirsync/Makefile index 6c3c72274c43..0f204cfe2cd0 100644 --- a/mail/maildirsync/Makefile +++ b/mail/maildirsync/Makefile @@ -17,12 +17,6 @@ USE_PERL5= yes MAN1= maildirsync.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6.0 or higher -.endif - do-build: ${PERL} -pi -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/maildirsync.pl pod2man ${WRKSRC}/maildirsync.pod > ${WRKSRC}/maildirsync.1 @@ -38,4 +32,4 @@ do-install: .endfor ${INSTALL_DATA} ${WRKSRC}/contrib/mailbalance-0.2.0/* ${EXAMPLESDIR}/mailbalance -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/mailscanner-devel/Makefile b/mail/mailscanner-devel/Makefile index bc396f13c54d..314fd36684f1 100644 --- a/mail/mailscanner-devel/Makefile +++ b/mail/mailscanner-devel/Makefile @@ -65,10 +65,6 @@ MLINKS= MailScanner.8 mailscanner.8 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= dependency requires newer Perl -.endif - .if defined(WITH_SPAMASSASSIN) RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin PLIST_SUB+= SPAMASSASSIN="" diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 4425f222c113..94d5638818bd 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -63,10 +63,6 @@ MLINKS= MailScanner.8 mailscanner.8 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= dependency requires newer Perl -.endif - .if defined(WITH_SPAMASSASSIN) RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin PLIST_SUB+= SPAMASSASSIN="" diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index 31eba87d7124..9ed0bec2f096 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -55,10 +55,6 @@ CONFIGURE_ARGS+= --with-milterinc=${LOCALBASE}/include CONFIGURE_ARGS+= --with-milterlib=${LOCALBASE}/lib .endif -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or later. Install lang/perl5 or lang/perl5.8 then try again -.endif - pre-install: @${REINPLACE_CMD} -e '/LOCAL_STATE_DIR/s,/var/lib,/var/db,' ${WRKSRC}/mimedefang.pl diff --git a/mail/p5-Email-Find/Makefile b/mail/p5-Email-Find/Makefile index 41a164a9dd4d..5c920e3e67e2 100644 --- a/mail/p5-Email-Find/Makefile +++ b/mail/p5-Email-Find/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Email::Find.3 Email::Find::addrspec.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Email-MIME-Attachment-Stripper/Makefile b/mail/p5-Email-MIME-Attachment-Stripper/Makefile index 9df9a9adc9d0..0a69984bbfc8 100644 --- a/mail/p5-Email-MIME-Attachment-Stripper/Makefile +++ b/mail/p5-Email-MIME-Attachment-Stripper/Makefile @@ -24,9 +24,4 @@ PERL_CONFIGURE= yes MAN3= Email::MIME::Attachment::Stripper.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -# inherited from mail/p5-Email-MIME -IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Email-MIME-Creator/Makefile b/mail/p5-Email-MIME-Creator/Makefile index 1ba1815b3041..53dc0a3673c6 100644 --- a/mail/p5-Email-MIME-Creator/Makefile +++ b/mail/p5-Email-MIME-Creator/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Email::MIME::Creator.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # inherited from p5-MIME-Tools-5.420,2 -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/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile index efc04b2e2e01..0435e1985fe0 100644 --- a/mail/p5-Email-Reply/Makefile +++ b/mail/p5-Email-Reply/Makefile @@ -23,14 +23,8 @@ RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \ p5-Email-MIME-Creator>=1.41:${PORTSDIR}/mail/p5-Email-MIME-Creator \ p5-Email-Simple-Creator>=1.4:${PORTSDIR}/mail/p5-Email-Simple-Creator -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ MAN3= Email::Reply.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -IGNORE= requires perl 5.8.1 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index 2c198d257e3a..7cba614d9a71 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Net>0:${PORTSDIR}/net/p5-Net RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ MAN3= Email::Send.3 \ Email::Send::IO.3 \ @@ -34,10 +34,4 @@ MAN3= Email::Send.3 \ Email::Send::Sendmail.3 \ Email::Send::Test.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -IGNORE= requires perl 5.8.1 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index a736e3fdf986..dc735c70aef3 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Email::Valid.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-GMail-IMAPD/Makefile b/mail/p5-GMail-IMAPD/Makefile index 7c68e525cf83..fcae6204e1ba 100644 --- a/mail/p5-GMail-IMAPD/Makefile +++ b/mail/p5-GMail-IMAPD/Makefile @@ -22,11 +22,4 @@ PERL_CONFIGURE= yes MAN3= GMail::IMAPD.3 -.include <bsd.port.pre.mk> - -post-patch: -.if ${PERL_LEVEL} < 500601 - @${PERL} -pi -e 's/\r//g;s/^our/my/g' ${WRKSRC}/lib/GMail/IMAPD.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-IMAP-Sieve/Makefile b/mail/p5-IMAP-Sieve/Makefile index 415d0dd5d41d..4b9c771c1142 100644 --- a/mail/p5-IMAP-Sieve/Makefile +++ b/mail/p5-IMAP-Sieve/Makefile @@ -32,10 +32,4 @@ post-extract: ${EXTRACT_AFTER_ARGS} -C ${WRKDIR} @${RM} ${WRKSRC}/testssl.pl -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500600 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-LMAP-CID2SPF/Makefile b/mail/p5-LMAP-CID2SPF/Makefile index a3e81aad1fed..6553dfae9abd 100644 --- a/mail/p5-LMAP-CID2SPF/Makefile +++ b/mail/p5-LMAP-CID2SPF/Makefile @@ -17,7 +17,6 @@ COMMENT= Module to convert between Microsoft's Caller-ID and SPF #' BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -USE_PERL5= yes PERL_CONFIGURE= yes CONFIGURE_SCRIPT=Makefile.PL @@ -29,10 +28,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_DATA} CID2SPF.pm ${SITE_PERL}/LMAP -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 209e94d6e469..d3a063e7f99f 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -20,15 +20,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scal LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}" MAN3= MIME::Fast.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Audit-Attach/Makefile b/mail/p5-Mail-Audit-Attach/Makefile index aabd0c00c8c4..f56f9228367d 100644 --- a/mail/p5-Mail-Audit-Attach/Makefile +++ b/mail/p5-Mail-Audit-Attach/Makefile @@ -27,10 +27,4 @@ MAN3= Mail::Audit::Attach.3 PERL_CONFIGURE= yes -.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 - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-CheckUser/Makefile b/mail/p5-Mail-CheckUser/Makefile index fc3ecffa9e70..027260656a91 100644 --- a/mail/p5-Mail-CheckUser/Makefile +++ b/mail/p5-Mail-CheckUser/Makefile @@ -19,15 +19,9 @@ BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN1= cufilter.1 MAN3= Mail::CheckUser.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index 9725295b19b3..39b556167b9b 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -29,10 +29,4 @@ MAN3= Mail::ClamAV.3 post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile index db3d240fbc8b..4a6e42446727 100644 --- a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Mail::DeliveryStatus::BounceParser.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # inherited from mail/p5-MIME-Tools -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/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile index 95f3cfc3458a..855fdc72efd0 100644 --- a/mail/p5-Mail-DomainKeys/Makefile +++ b/mail/p5-Mail-DomainKeys/Makefile @@ -26,10 +26,6 @@ MAN3= Mail::DomainKeys.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again -.endif - .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 86d61f76f990..8f6311c758d3 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx EZMLM_DIR?= ${LOCALBASE} -USE_PERL5= yes PERL_CONFIGURE= yes .if defined(PACKAGE_BUILDING) diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index be0bba2abd82..67cf15909391 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -45,10 +45,4 @@ post-install: ${INSTALL_SCRIPT} ${EXAMPLEOUTPUT} ${EXAMPLESDIR}/output && \ ${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port 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/mail/p5-Mail-IMAPTalk/Makefile b/mail/p5-Mail-IMAPTalk/Makefile index 303b03ce678c..5d927f2f8dd8 100644 --- a/mail/p5-Mail-IMAPTalk/Makefile +++ b/mail/p5-Mail-IMAPTalk/Makefile @@ -19,10 +19,4 @@ MAN3= Mail::IMAPTalk.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6.0. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 3469032f5e99..210d0b1fa75c 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -29,10 +29,4 @@ MAN3= Mail::Mbox::MessageParser.3 \ Mail::Mbox::MessageParser::Perl.3 \ Mail::Mbox::MessageParser::MetaInfo.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -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/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile index 317f552dcfcf..9c952166ea46 100644 --- a/mail/p5-Mail-MboxParser/Makefile +++ b/mail/p5-Mail-MboxParser/Makefile @@ -28,10 +28,4 @@ MAN3= Mail::MboxParser.3 Mail::MboxParser::Base.3 \ Mail::MboxParser::Mail::Body.3 \ Mail::MboxParser::Mail::Convertable.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -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/mail/p5-Mail-OpenRelay-Simple/Makefile b/mail/p5-Mail-OpenRelay-Simple/Makefile index d1a0a7799cb3..3d8eb9b7ff1f 100644 --- a/mail/p5-Mail-OpenRelay-Simple/Makefile +++ b/mail/p5-Mail-OpenRelay-Simple/Makefile @@ -19,14 +19,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Mail::OpenRelay::Simple.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index f86b7ab14e8c..b5860a285bda 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= YES MAN3= Mail::POP3Client.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This module requires perl version 5.6.1 or above -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index cc00f2d5f61f..de23b9271a4a 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -26,10 +26,4 @@ PERL_CONFIGURE= yes MAN1= spfd.1 spfquery.1 MAN3= Mail::SPF::Query.3 -.include <bsd.port.pre.mk> - -.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/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index 3e86b273b668..564681296901 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -21,10 +21,6 @@ MAN3= Mail::Sender.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/mail/p5-Mail-Webmail-Gmail/Makefile b/mail/p5-Mail-Webmail-Gmail/Makefile index eddcd498e67c..b0d29d1ad683 100644 --- a/mail/p5-Mail-Webmail-Gmail/Makefile +++ b/mail/p5-Mail-Webmail-Gmail/Makefile @@ -23,11 +23,4 @@ PERL_CONFIGURE= yes MAN3= Mail::Webmail::Gmail.3 -.include <bsd.port.pre.mk> - -post-patch: -.if ${PERL_LEVEL} < 500601 - @${PERL} -pi -e 's/\r//g;s/^our/my/g' ${WRKSRC}/lib/Mail/Webmail/Gmail.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile index daacc22c05a6..02d8b7b4cb5f 100644 --- a/mail/p5-Net-SMTP-TLS/Makefile +++ b/mail/p5-Net-SMTP-TLS/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Net::SMTP::TLS.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index 61fae68b3136..dc9fe4bf1b7c 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -18,14 +18,8 @@ COMMENT= SMTP client POE component BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_MODBUILD= 5.8.0+ MAN3= POE::Component::Client::SMTP.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= perl 5.8 or newer required. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 447e26e1a9e1..fd4a7a79d29e 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -18,14 +18,8 @@ COMMENT= Perl5 interface to the Sendmail access.db list BUILD_DEPENDS= ${SITE_PERL}/mach/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.6+ MAN3= Sendmail::AccessDB.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500806 -IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-WWW-GMail/Makefile b/mail/p5-WWW-GMail/Makefile index 8a53b26760a7..ef1be894091e 100644 --- a/mail/p5-WWW-GMail/Makefile +++ b/mail/p5-WWW-GMail/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= WWW::GMail.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-WWW-Hotmail/Makefile b/mail/p5-WWW-Hotmail/Makefile index e2f6a9d709c6..3b92681bb6df 100644 --- a/mail/p5-WWW-Hotmail/Makefile +++ b/mail/p5-WWW-Hotmail/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= WWW::Hotmail.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index 52ca5d5e5a1e..12c205fadfaa 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -35,10 +35,4 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysq RUN_DEPENDS= ${BUILD_DEPENDS} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index 47b0e17ff25c..10d28f13cbfd 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -22,12 +22,6 @@ USE_BZIP2= yes PLIST_FILES= bin/qmHandle PORTDOCS= HISTORY README -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again -.endif - post-patch: @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \ s,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/qmHandle @@ -41,4 +35,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index cb49cfe4c8a3..aeed1659ea63 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -24,11 +24,4 @@ USE_RC_SUBR= spampd do-install: @${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin -.include <bsd.port.pre.mk> - -# spampd -> p5-Mail-SpamAssassin -.if ${PERL_LEVEL} < 500601 -IGNORE= needs perl 5.6.1 or higher, install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index e3e298ee129b..b9be45db2a3e 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -45,10 +45,6 @@ PLIST_SUB+= NLS="" .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500806 -IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) -.endif - .if !defined(WITHOUT_FASTCGI) BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI @@ -71,7 +67,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5- .endif HAS_CONFIGURE= yes -USE_PERL5= yes +USE_PERL5= 5.8.6+ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-confdir=${PREFIX}/etc/sympa \ --with-initdir=${PREFIX}/etc/rc.d \ |