diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:50:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:50:17 +0800 |
commit | f3ce34917a6938070244efdbb05a2944603c2020 (patch) | |
tree | 2480a69c51e93f1e0595149cf98b91d2034876ab /mail | |
parent | f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (diff) | |
download | freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.gz freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.zst freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.zip |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SPF/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile index a27ddafa37c3..cfc1b2d2bb75 100644 --- a/mail/p5-Mail-SPF/Makefile +++ b/mail/p5-Mail-SPF/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} CONFLICTS= p5-Mail-SPF-Query-[0-9]* -PERL_MODBUILD= 5.6.0+ +PERL_MODBUILD= yes CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin MAN1= spfquery.1 diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index 1dd91adfdf69..4dfd5ef54bbd 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/POE/Filter/Transparent/SMTP.pm:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN3= POE::Component::Client::SMTP.3 |