summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-19 22:31:07 +0000
committerkris <kris@FreeBSD.org>2004-03-19 22:31:07 +0000
commite561ed8d201c4ba8c757eda1d2f4ededf6a053b6 (patch)
treef028136871a0d8f6185072a58cc18bb70ebc270d
parent25047344606efe7bec828ea30fd4161fa839aa4f (diff)
downloadFreeBSD-ports-e561ed8d201c4ba8c757eda1d2f4ededf6a053b6.zip
FreeBSD-ports-e561ed8d201c4ba8c757eda1d2f4ededf6a053b6.tar.gz
BROKEN with perl < 5.6: Does not compile
-rw-r--r--devel/p5-VCP/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile
index dcc7011..8ab00ba 100644
--- a/devel/p5-VCP/Makefile
+++ b/devel/p5-VCP/Makefile
@@ -38,4 +38,10 @@ MAN3= RevML::Doctype.3 RevML::Writer.3 VCP.3 \
VCP::TestUtils.3 VCP::Utils::cvs.3 VCP::Utils::p4.3 \
VCP::Utils::vss.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+BROKEN= "Does not compile with perl ${PERL_VERSION}"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud