diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-17 18:25:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-17 18:25:05 +0800 |
commit | cfbdbd4a5a535b45a6899e336c7074b7906d6308 (patch) | |
tree | 321358c06fb8de368087991d5ac967de5ea7f1b5 /mail | |
parent | 64119e8f652a1f11cb1b6813d18757d4912b9b5a (diff) | |
download | freebsd-ports-gnome-cfbdbd4a5a535b45a6899e336c7074b7906d6308.tar.gz freebsd-ports-gnome-cfbdbd4a5a535b45a6899e336c7074b7906d6308.tar.zst freebsd-ports-gnome-cfbdbd4a5a535b45a6899e336c7074b7906d6308.zip |
- Perl modules require perl level > 500806
Reported by: pointyhat via kris
Approved by: maintainer,
novel (mentor) (implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa5/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index 8782a0ead9a8..176f1e407189 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/Crypt/CipherSaber.pm:${PORTSDIR}/security/p5-Crypt-CipherSaber \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/bin/mhonarc:${PORTSDIR}/www/mhonarc RUN_DEPENDS= ${BUILD_DEPENDS} @@ -42,12 +43,8 @@ PLIST_SUB+= NLS="" .include <bsd.port.pre.mk> -.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 +.if ${PERL_LEVEL} < 500806 +IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) .endif .if defined(WITH_FASTCGI) |