diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 23:18:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 23:18:35 +0000 |
commit | 6c3a99c089854572edcb05b7ea45b0aa79eb4cb8 (patch) | |
tree | 7f462928d6d7a1c997acb37f690c3c07edd31f3f /net/p5-Net-Amazon-EC2/Makefile | |
parent | 135c262f6fe49e54610e1782734c8d8126437ee1 (diff) | |
download | ports-6c3a99c089854572edcb05b7ea45b0aa79eb4cb8.tar.gz ports-6c3a99c089854572edcb05b7ea45b0aa79eb4cb8.zip |
Notes
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 |