diff options
author | leeym <leeym@FreeBSD.org> | 2008-11-14 11:21:50 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-11-14 11:21:50 +0800 |
commit | 15d3df14335b61fc242cb98bd38b956140eff85b (patch) | |
tree | d237fd219933916e4465a7cd0bfd24df69040561 /net/p5-Net-Amazon-S3 | |
parent | 326b12095cbdc31132b5f36e538ead282191ceef (diff) | |
download | freebsd-ports-gnome-15d3df14335b61fc242cb98bd38b956140eff85b.tar.gz freebsd-ports-gnome-15d3df14335b61fc242cb98bd38b956140eff85b.tar.zst freebsd-ports-gnome-15d3df14335b61fc242cb98bd38b956140eff85b.zip |
- fix plist
- update dependency
- bump PORTREVISION
Noticed by: erwin@
Diffstat (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index fcb78238ab60..ebf8f426f71a 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Amazon-S3 PORTVERSION= 0.45 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +21,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File PERL_CONFIGURE= yes diff --git a/net/p5-Net-Amazon-S3/pkg-plist b/net/p5-Net-Amazon-S3/pkg-plist index aa94437a4c2d..a2bad8d46315 100644 --- a/net/p5-Net-Amazon-S3/pkg-plist +++ b/net/p5-Net-Amazon-S3/pkg-plist @@ -6,3 +6,4 @@ @dirrmtry %%SITE_PERL%%/Net/Amazon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/S3 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |