1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Mark broken on perl <500800

Reported by:	Kris mail
This commit is contained in:
Michael Johnson 2005-10-16 15:07:07 +00:00
parent 78c260ee0c
commit 54649121e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145556

View File

@ -21,4 +21,10 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= HTTP::Cache::Transparent.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BROKEN= "Does not compile with perl ${PERL_VERSION}"
.endif
.include <bsd.port.post.mk>