aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Libdnet/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-09-01 16:27:21 +0800
committersat <sat@FreeBSD.org>2006-09-01 16:27:21 +0800
commit2fc137bfec5ccdc2517eab2b244127b6ba8d725e (patch)
tree62f722bb12be0a2d6621e0a587320284eb2db057 /net/p5-Net-Libdnet/Makefile
parent4171fb2b5befc79864aaaec9d67bd1883e7914d4 (diff)
downloadfreebsd-ports-gnome-2fc137bfec5ccdc2517eab2b244127b6ba8d725e.tar.gz
freebsd-ports-gnome-2fc137bfec5ccdc2517eab2b244127b6ba8d725e.tar.zst
freebsd-ports-gnome-2fc137bfec5ccdc2517eab2b244127b6ba8d725e.zip
- Require perl from ports
Reported by: pointyhat via kris
Diffstat (limited to 'net/p5-Net-Libdnet/Makefile')
-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>