Lines 7-23
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= Pod-Parser |
8 |
PORTNAME= Pod-Parser |
9 |
PORTVERSION= 1.35 |
9 |
PORTVERSION= 1.35 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= textproc perl5 |
11 |
CATEGORIES= textproc perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= Pod |
|
|
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
14 |
|
14 |
|
15 |
MAINTAINER= skv@FreeBSD.org |
15 |
MAINTAINER= skv@FreeBSD.org |
16 |
COMMENT= Modules to work with POD (Plain Old Documentation) |
16 |
COMMENT= Modules to work with POD (Plain Old Documentation) |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools |
|
|
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
|
21 |
PERL_CONFIGURE= yes |
18 |
PERL_CONFIGURE= yes |
22 |
|
19 |
|
23 |
MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ |
20 |
MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ |
Lines 28-31
Link Here
|
28 |
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL |
25 |
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL |
29 |
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; |
26 |
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; |
30 |
|
27 |
|
31 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.pre.mk> |
|
|
29 |
|
30 |
.if ${PERL_LEVEL} < 500808 |
31 |
BUILD_DEPENDS+= p5-Test-Simple>=0.60:${PORTSDIR}/devel/p5-Test-Simple |
32 |
.endif |
33 |
|
34 |
.include <bsd.port.post.mk> |