aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Libdnet
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:27:21 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:27:21 +0000
commit4b2b04e1fbee48260e6ff65646fce099983e80bd (patch)
tree2a4c95d518c50c3f562142f3431d1fafd804e4e9 /net/p5-Net-Libdnet
parentc7f10fdb3b3e83ce512db69412dd78e5acab9731 (diff)
downloadports-4b2b04e1fbee48260e6ff65646fce099983e80bd.tar.gz
ports-4b2b04e1fbee48260e6ff65646fce099983e80bd.zip
- Require perl from ports
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=171790
Diffstat (limited to 'net/p5-Net-Libdnet')
-rw-r--r--net/p5-Net-Libdnet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-Libdnet/Makefile b/net/p5-Net-Libdnet/Makefile
index 0b1ed991babb..7c785746f58f 100644
--- a/net/p5-Net-Libdnet/Makefile
+++ b/net/p5-Net-Libdnet/Makefile
@@ -19,4 +19,10 @@ LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
PERL_CONFIGURE= yes
MAN3= ${PORTNAME:S/-/::/g}.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl from ports
+.endif
+
+.include <bsd.port.post.mk>