diff options
author | clsung <clsung@FreeBSD.org> | 2009-08-05 20:01:05 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-08-05 20:01:05 +0800 |
commit | decb0b1a82fce2ffbeb8bbc5c98d17f6be251390 (patch) | |
tree | bfcd3a18e3d646dd93533659bb06e0526841967b /net/p5-Net-Amazon/Makefile | |
parent | d2d1a0df88c03bfdc0867c63dcc19b4f12aa9952 (diff) | |
download | freebsd-ports-gnome-decb0b1a82fce2ffbeb8bbc5c98d17f6be251390.tar.gz freebsd-ports-gnome-decb0b1a82fce2ffbeb8bbc5c98d17f6be251390.tar.zst freebsd-ports-gnome-decb0b1a82fce2ffbeb8bbc5c98d17f6be251390.zip |
- Update to 0.55
Changes: http://search.cpan.org/dist/Net-Amazon/Changes
Diffstat (limited to 'net/p5-Net-Amazon/Makefile')
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile index b0238243d3c7..079942401bcd 100644 --- a/net/p5-Net-Amazon/Makefile +++ b/net/p5-Net-Amazon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon -PORTVERSION= 0.54 +PORTVERSION= 0.55 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,7 @@ COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS= ${BUILD_DEPENDS} |