Make Test::Simple dependency optional.

This commit is contained in:
Jun Kuriyama 2004-08-23 07:04:03 +00:00
parent 6635050e43
commit d056d28c81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117096

View file

@ -15,11 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to create simple calendars
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= YES
MAN3= Calendar::Simple.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>