diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 15:06:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 15:06:45 +0800 |
commit | 79fbb8350f22e7e68aef4c92a80827c60005c28e (patch) | |
tree | 2df69b165e2932f48953219dc59b16447adc533f /mail | |
parent | b05c953988e0122bde62a3426fcc23114604f9c1 (diff) | |
download | freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.tar.gz freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.tar.zst freebsd-ports-gnome-79fbb8350f22e7e68aef4c92a80827c60005c28e.zip |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Reply/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Email-Send/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Email-Sender-Transport-SQLite/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Sendmail-AccessDB/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile index 2752e2d78ee1..72ac7acbdd51 100644 --- a/mail/p5-Email-Reply/Makefile +++ b/mail/p5-Email-Reply/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \ p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \ p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Email::Reply.3 diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index 135d833ebac9..7d6b22b42e6a 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Email::Send.3 \ Email::Send::NNTP.3 \ diff --git a/mail/p5-Email-Sender-Transport-SQLite/Makefile b/mail/p5-Email-Sender-Transport-SQLite/Makefile index 967e849e3d12..835e468b3072 100644 --- a/mail/p5-Email-Sender-Transport-SQLite/Makefile +++ b/mail/p5-Email-Sender-Transport-SQLite/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= Email::Sender::Transport::SQLite.3 diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index d13d42db90ba..e120b2ea8086 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl5 modules for dealing with Internet e-mail messages RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Mail::Address.3 \ Mail::Cap.3 \ diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index ae9f4cd17163..cf02652e9985 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -17,7 +17,7 @@ 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= 5.8.6+ +PERL_CONFIGURE= yes MAKE_JOBS_SAFE= yes MAN3= Sendmail::AccessDB.3 |