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

(-)Makefile (-1 / +7 lines)
Lines 23-28 Link Here
23
		${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
23
		${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
24
RUN_DEPENDS=	${BUILD_DEPENDS}
24
RUN_DEPENDS=	${BUILD_DEPENDS}
25
25
26
.include <bsd.port.pre.mk>
27
28
.if ${OSVERSION} < 500007
29
BUILD_DEPENDS+=	${SITE_PERL}/IO/Dir.pm:${PORTSDIR}/devel/p5-IO
30
.endif
31
26
USE_PERL5=	yes
32
USE_PERL5=	yes
27
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
33
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
28
PERL_CONFIGURE=	yes
34
PERL_CONFIGURE=	yes
Lines 60-63 Link Here
60
	@${PERL} -pi -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE}
66
	@${PERL} -pi -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE}
61
	@${CAT} ${PKGMESSAGE}
67
	@${CAT} ${PKGMESSAGE}
62
68
63
.include <bsd.port.mk>
69
.include <bsd.port.post.mk>

Return to bug 29690