These need Module::Build.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-04-12 19:10:58 +00:00
parent 755622c49f
commit 90b17c70c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383880
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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