aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-IOC
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-14 20:04:28 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-14 20:04:28 +0000
commitbd236b07c10dc494691a7323473887bfe445acb6 (patch)
tree5d26787405fd12653f01e0d5a1f3c433b3d998f5 /devel/p5-MooseX-IOC
parent8bfbdba26a663fa6e0f0ea371518c5b2531b13b0 (diff)
downloadports-bd236b07c10dc494691a7323473887bfe445acb6.tar.gz
ports-bd236b07c10dc494691a7323473887bfe445acb6.zip
- Chase Moose.pm move from SITE_PERL/Moose.pm -> SITE_PERL/PERL_ARCH/Moose.pm
resultant from the devel/p5-Moose update to 0.98 Reported by: pav via pointyhat
Notes
Notes: svn path=/head/; revision=249850
Diffstat (limited to 'devel/p5-MooseX-IOC')
-rw-r--r--devel/p5-MooseX-IOC/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-MooseX-IOC/Makefile b/devel/p5-MooseX-IOC/Makefile
index e3f64b64bf44..d4e187e0ce29 100644
--- a/devel/p5-MooseX-IOC/Makefile
+++ b/devel/p5-MooseX-IOC/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MooseX-IOC
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,9 +17,9 @@ COMMENT= Moose attributes with IOC integration
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/IOC.pm:${PORTSDIR}/devel/p5-IOC \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= ${SITE_PERL}/IOC.pm:${PORTSDIR}/devel/p5-IOC \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
PERL_CONFIGURE= yes