Lines 31-36
Link Here
|
31 |
# the port needs to run Makefile.PL, Build.PL and a |
31 |
# the port needs to run Makefile.PL, Build.PL and a |
32 |
# Module::Build::Tiny flavor of Build.PL. |
32 |
# Module::Build::Tiny flavor of Build.PL. |
33 |
# |
33 |
# |
|
|
34 |
# WITH_PERL_TESTING and the regression-test target are available to assist |
35 |
# with testing perl ports. |
36 |
# |
34 |
# MAINTAINER: perl@FreeBSD.org |
37 |
# MAINTAINER: perl@FreeBSD.org |
35 |
|
38 |
|
36 |
.if !defined(_INCLUDE_USES_PERL5_MK) |
39 |
.if !defined(_INCLUDE_USES_PERL5_MK) |
Lines 287-292
Link Here
|
287 |
@${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* || : |
290 |
@${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* || : |
288 |
@${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} 2>/dev/null || : |
291 |
@${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} 2>/dev/null || : |
289 |
|
292 |
|
|
|
293 |
.if defined(WITH_PERL_TESTING) |
294 |
RUN_DEPENDS+= ${TEST_DEPENDS} |
295 |
.endif |
296 |
|
290 |
.if !target(regression-test) |
297 |
.if !target(regression-test) |
291 |
TEST_ARGS+= ${MAKE_ARGS} |
298 |
TEST_ARGS+= ${MAKE_ARGS} |
292 |
TEST_ENV+= ${MAKE_ENV} |
299 |
TEST_ENV+= ${MAKE_ENV} |