View | Details | Raw Unified | Return to bug 129065
Collapse All | Expand All

(-)Makefile (-8 / +2 lines)
Lines 18-31 Link Here
18
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
18
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
19
		${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver
19
		${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver
20
20
21
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	5.8.0+
22
22
23
MAN3=		TheSchwartz.3 TheSchwartz::Job.3 TheSchwartz::Worker.3
23
MAN3=		TheSchwartz.3 TheSchwartz::Job.3 TheSchwartz::Worker.3
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.mk>
26
27
.if ${PERL_LEVEL} < 500800
28
IGNORE=		requires Perl 5.8.0 or later. Install lang/perl5.8 and try again
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 129065