diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-03-17 14:55:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-03-17 14:55:12 +0000 |
commit | b25ffdb0da1c03899a5bdde4ef0555f731eae066 (patch) | |
tree | cd29853605412a3107e73b1cf9781db0300d276a /www/p5-LWP-UserAgent-WithCache | |
parent | 7c1aef6c517dbf7614e33f4ccec76f4cfb4696b5 (diff) |
Notes
Diffstat (limited to 'www/p5-LWP-UserAgent-WithCache')
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/Makefile | 7 | ||||
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/pkg-plist | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-LWP-UserAgent-WithCache/Makefile b/www/p5-LWP-UserAgent-WithCache/Makefile index 1db46f8f51de..4c9567c11f36 100644 --- a/www/p5-LWP-UserAgent-WithCache/Makefile +++ b/www/p5-LWP-UserAgent-WithCache/Makefile @@ -7,18 +7,17 @@ PORTNAME= LWP-UserAgent-WithCache PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= LWP +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= LWP::UserAgent extension with local cache -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= LWP::UserAgent::WithCache.3 diff --git a/www/p5-LWP-UserAgent-WithCache/pkg-plist b/www/p5-LWP-UserAgent-WithCache/pkg-plist index 4bc35267c7a2..46c2f6141bf6 100644 --- a/www/p5-LWP-UserAgent-WithCache/pkg-plist +++ b/www/p5-LWP-UserAgent-WithCache/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/LWP/UserAgent/WithCache.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache/.packlist -@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent/WithCache -@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent -@dirrmtry lib/perl5/site_perl/5.8.8/LWP/UserAgent +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent +@dirrmtry %%SITE_PERL%%/LWP/UserAgent |