1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

These needs Module::Build.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-04-11 08:28:39 +00:00
parent 07b3e00265
commit 2f75f48bbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383780
7 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ LICENSE_COMB= dual
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>

View File

@ -12,6 +12,6 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Libraries historically supplied with Perl 4
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
.include <bsd.port.mk>

View File

@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
USE_PERL5= configure
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>

View File

@ -21,6 +21,6 @@ TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \
p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
.include <bsd.port.mk>

View File

@ -19,6 +19,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,6 +18,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

@ -20,6 +20,6 @@ BUILD_DEPENDS= p5-Net-Flickr-API>=1.7:${PORTSDIR}/www/p5-Net-Flickr-API \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
.include <bsd.port.mk>