These need Module::Build.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-04-11 09:13:51 +00:00
parent 7b474f3a6a
commit 7f0f58ddb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383782
3 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,6 @@ BUILD_DEPENDS= p5-Compress-Snappy>0:${PORTSDIR}/archivers/p5-Compress-Snappy \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
.include <bsd.port.mk>

View File

@ -20,6 +20,6 @@ BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USE_PERL5= configure
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>