diff options
author | krion <krion@FreeBSD.org> | 2003-09-23 15:24:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-23 15:24:09 +0800 |
commit | 2250125bd8e527d426dd82f338b9945a84b6ae65 (patch) | |
tree | 93cc3e05c3181daabc9e7722d86f14597856c334 /net-p2p/opendchub/Makefile | |
parent | 27f594e0959c5b1ca7822218adf74b9b9c5f5cb0 (diff) | |
download | freebsd-ports-gnome-2250125bd8e527d426dd82f338b9945a84b6ae65.tar.gz freebsd-ports-gnome-2250125bd8e527d426dd82f338b9945a84b6ae65.tar.zst freebsd-ports-gnome-2250125bd8e527d426dd82f338b9945a84b6ae65.zip |
- Per bento, this port will not install with the perl in stock
4.x. Mark it IGNORE
- Use DOCSDIR macro
PR: 56473
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r-- | net-p2p/opendchub/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index f56ac477d3f7..7710c200eaaa 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -29,4 +29,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= "needs at least perl 5.6.1 to build" +.endif + +.include <bsd.port.post.mk> |