Lines 15-22
Link Here
|
15 |
|
15 |
|
16 |
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ |
16 |
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ |
17 |
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ |
17 |
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ |
18 |
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ |
18 |
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor |
19 |
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes |
|
|
20 |
|
19 |
|
21 |
PERL_CONFIGURE= yes |
20 |
PERL_CONFIGURE= yes |
22 |
USE_REINPLACE= yes |
21 |
USE_REINPLACE= yes |
Lines 26-29
Link Here
|
26 |
post-patch: |
25 |
post-patch: |
27 |
@${REINPLACE_CMD} -e 's, -P , B<-P> ,g' ${WRKSRC}/mytop |
26 |
@${REINPLACE_CMD} -e 's, -P , B<-P> ,g' ${WRKSRC}/mytop |
28 |
|
27 |
|
29 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.pre.mk> |
|
|
29 |
|
30 |
.if ${PERL_LEVEL} < 500805 |
31 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes |
32 |
.endif |
33 |
|
34 |
.include <bsd.port.post.mk> |