diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-15 04:04:28 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-15 04:04:28 +0800 |
commit | 07d12cf33b53f3d718d0e3074b01fc0b111e39fd (patch) | |
tree | bc2bb87c19293ce1a40b104da32cad089f1236c2 /net/p5-Net-Jifty | |
parent | babf7248bd78fe3ff0c4ebc95e7b366fa1bbb0d2 (diff) | |
download | freebsd-ports-gnome-07d12cf33b53f3d718d0e3074b01fc0b111e39fd.tar.gz freebsd-ports-gnome-07d12cf33b53f3d718d0e3074b01fc0b111e39fd.tar.zst freebsd-ports-gnome-07d12cf33b53f3d718d0e3074b01fc0b111e39fd.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
Diffstat (limited to 'net/p5-Net-Jifty')
-rw-r--r-- | net/p5-Net-Jifty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Jifty/Makefile b/net/p5-Net-Jifty/Makefile index c5df86991590..a0bed69053b4 100644 --- a/net/p5-Net-Jifty/Makefile +++ b/net/p5-Net-Jifty/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Jifty PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +23,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \ ${SITE_PERL}/Hash/Merge.pm:${PORTSDIR}/textproc/p5-Hash-Merge \ ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ - ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose + ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |