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

(-)Makefile (-3 / +5 lines)
Lines 15-20 Link Here
15
MAINTAINER=	ahze@ahze.net
15
MAINTAINER=	ahze@ahze.net
16
COMMENT=	Designed to write a Makefile for an extension module
16
COMMENT=	Designed to write a Makefile for an extension module
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
18
PERL_CONFIGURE=	YES
21
PERL_CONFIGURE=	YES
19
CONFIGURE_ARGS=	INSTALLDIRS=site
22
CONFIGURE_ARGS=	INSTALLDIRS=site
20
23
Lines 33-41 Link Here
33
36
34
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
35
38
36
.if ${PERL_LEVEL} < 500600
39
.if ${PERL_LEVEL} >= 500600
37
BUILD_DEPENDS+=	${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
40
IGNORE=	is already included in Perl 5.6 and greater
38
RUN_DEPENDS+=	${BUILD_DEPENDS}
39
.endif
41
.endif
40
42
41
.include <bsd.port.post.mk>
43
.include <bsd.port.post.mk>

Return to bug 65900