diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-11-14 03:21:50 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-11-14 03:21:50 +0000 |
commit | 3722c2b409be69e8f80211cf8fdf903ef3a93362 (patch) | |
tree | 28355d14f37a78a332433a496af4e5b12c281e85 /net/p5-Net-Amazon-S3 | |
parent | 0c554f7894a87f9145a7db846a1b0c32a13c4adb (diff) | |
download | ports-3722c2b409be69e8f80211cf8fdf903ef3a93362.tar.gz ports-3722c2b409be69e8f80211cf8fdf903ef3a93362.zip |
Notes
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 |