- use CPAN macro
- unify dependency - fix pkg-plist - bump PORTREVISION PR: 121773 Submitted by: leeym Approved by: maintainer
This commit is contained in:
parent
7c1aef6c51
commit
b25ffdb0da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209207
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue