summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-17 10:25:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-17 10:25:05 +0000
commite0e8b3b3da654498c92eb42fc7aa507ce40098be (patch)
tree71dd47112484d7f87c238227da60fcf1f3bcd291 /mail
parentUpdate to 2.4.4 (diff)
- Perl modules require perl level > 500806
Reported by: pointyhat via kris Approved by: maintainer, novel (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=145639
Diffstat (limited to 'mail')
-rw-r--r--mail/sympa5/Makefile9
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)