diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-17 22:55:12 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-17 22:55:12 +0800 |
commit | b0fb8ae734f78ea1d0bf7a3f159291d4639cfb5d (patch) | |
tree | b1b72106149fdc4926148eaff88ed0ae0e6750c1 /www/p5-LWP-UserAgent-WithCache | |
parent | 600d1900ef44c87f98e5d191052bb4eddf1f630c (diff) | |
download | freebsd-ports-gnome-b0fb8ae734f78ea1d0bf7a3f159291d4639cfb5d.tar.gz freebsd-ports-gnome-b0fb8ae734f78ea1d0bf7a3f159291d4639cfb5d.tar.zst freebsd-ports-gnome-b0fb8ae734f78ea1d0bf7a3f159291d4639cfb5d.zip |
- use CPAN macro
- unify dependency
- fix pkg-plist
- bump PORTREVISION
PR: 121773
Submitted by: leeym
Approved by: maintainer
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 |