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

(-)Makefile (-3 / +9 lines)
Lines 15-27 Link Here
15
15
16
BUILD_DEPENDS=	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
16
BUILD_DEPENDS=	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
17
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
17
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
18
RUN_DEPENDS=	${BUILD_DEPENDS}
18
19
19
PERL_CONFIGURE= yes
20
PERL_CONFIGURE=	yes
20
21
21
MAN3=	Digest::DMAC.3
22
MAN3=	Digest::DMAC.3
22
23
23
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
24
.if ${PERL_LEVEL} <= 500503
25
25
IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
26
.if ${PERL_LEVEL} < 500600
27
BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
28
29
post-patch:
30
	${PERL} -pi -e '$$_ = "" if m{warnings}' ${WRKSRC}/DMAC.pm ${WRKSRC}/t/*.t
26
.endif
31
.endif
32
27
.include <bsd.port.post.mk>
33
.include <bsd.port.post.mk>

Return to bug 90847