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/Makefile | |
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/Makefile')
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/Makefile | 7 |
1 files changed, 3 insertions, 4 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 |