diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 22:31:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 22:31:07 +0000 |
commit | e561ed8d201c4ba8c757eda1d2f4ededf6a053b6 (patch) | |
tree | f028136871a0d8f6185072a58cc18bb70ebc270d | |
parent | 25047344606efe7bec828ea30fd4161fa839aa4f (diff) | |
download | FreeBSD-ports-e561ed8d201c4ba8c757eda1d2f4ededf6a053b6.zip FreeBSD-ports-e561ed8d201c4ba8c757eda1d2f4ededf6a053b6.tar.gz |
BROKEN with perl < 5.6: Does not compile
-rw-r--r-- | devel/p5-VCP/Makefile | 8 |
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> |