diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-12 09:35:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-12 09:35:33 +0000 |
commit | 0b31913a17693a8dc0bc30771cd804a28e2cc98c (patch) | |
tree | 0da50a04c126e2e42fa8c413c11e6f931d569c82 /www/p5-Apache-Gallery | |
parent | 1d9ef5c9ba7336780be00384c1f166cab8954905 (diff) | |
download | FreeBSD-ports-0b31913a17693a8dc0bc30771cd804a28e2cc98c.zip FreeBSD-ports-0b31913a17693a8dc0bc30771cd804a28e2cc98c.tar.gz |
mark www/p5-Apache-Gallery broken for perl < 5.6
PR: ports/48201
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 174981d..e2864fb 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -63,8 +63,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |