summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 11:32:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 11:32:30 +0000
commite1a512059e23586b430a53e9615ee607aca941ae (patch)
treef68099b9bc0c7b030484cce5b5566851fb78456f /net-mgmt
parent- Use LATEST_LINK to avoir link conflict with www/mod_auth_pgsql (diff)
BROKEN: does not build with perl >=5.8
Notes
Notes: svn path=/head/; revision=100132
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-SNMP/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile
index c5b71664116b..3072d061b8e6 100644
--- a/net-mgmt/p5-SNMP/Makefile
+++ b/net-mgmt/p5-SNMP/Makefile
@@ -19,8 +19,14 @@ LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4
PERL_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500800
+BROKEN= "Does not build with perl >=5.8"
+.endif
+
post-install:
@${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/lib/perl5/site_perl/README.SNMP
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>