diff options
Diffstat (limited to 'net/p5-Net-Amazon-EC2/Makefile')
-rw-r--r-- | net/p5-Net-Amazon-EC2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-Net-Amazon-EC2/Makefile b/net/p5-Net-Amazon-EC2/Makefile index 83f870493f8f..b0e1e1bd10f0 100644 --- a/net/p5-Net-Amazon-EC2/Makefile +++ b/net/p5-Net-Amazon-EC2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon-EC2 -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,13 +19,15 @@ RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose PERL_CONFIGURE= yes |