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

(-)Makefile (-7 / +2 lines)
Lines 15-27 Link Here
15
15
16
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
16
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
17
17
18
PERL_CONFIGURE= yes
18
PERL_CONFIGURE=	yes
19
#PERL_MODBUILD=  yes
20
19
21
MAN3=	Digest::Adler32.3
20
MAN3=	Digest::Adler32.3
22
21
23
.include <bsd.port.pre.mk>
22
.include <bsd.port.mk>
24
.if ${PERL_LEVEL} <= 500503
25
IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
26
.endif
27
.include <bsd.port.post.mk>

Return to bug 90845