aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-30 23:02:49 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-30 23:02:49 +0800
commitbf82e93cd95875d56a47322d974a2901c407527c (patch)
tree7c6fe70b9e6bf0571668da77d173adc818f69360 /devel
parent3c83daf3efd33c6835bef0179e7c83127c255705 (diff)
downloadfreebsd-ports-gnome-bf82e93cd95875d56a47322d974a2901c407527c.tar.gz
freebsd-ports-gnome-bf82e93cd95875d56a47322d974a2901c407527c.tar.zst
freebsd-ports-gnome-bf82e93cd95875d56a47322d974a2901c407527c.zip
- Use USE_PERL5=modbuildtiny
With hat: perl
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-MooseX-MultiInitArg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-MooseX-MultiInitArg/Makefile b/devel/p5-MooseX-MultiInitArg/Makefile
index 9cbddb54462e..7bb89d93cff1 100644
--- a/devel/p5-MooseX-MultiInitArg/Makefile
+++ b/devel/p5-MooseX-MultiInitArg/Makefile
@@ -14,15 +14,14 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
-BUILD_DEPENDS:= ${RUN_DEPENDS} \
- p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+NO_STAGE= yes
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= modbuildtiny
MAN3= MooseX::MultiInitArg.3 \
MooseX::MultiInitArg::Trait.3 \
MooseX::MultiInitArg::Attribute.3
-NO_STAGE= yes
.include <bsd.port.mk>