diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-08 00:38:13 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-08 00:38:13 +0800 |
commit | 2f48da2df0b2960b44204f4f2361c2427e1d2d1a (patch) | |
tree | c4b479f0920714713279f176eea3c277439a49e5 /www/p5-URI-Fetch | |
parent | 6b85399e9a516c19c397e2df9bdff7944a982c4c (diff) | |
download | freebsd-ports-gnome-2f48da2df0b2960b44204f4f2361c2427e1d2d1a.tar.gz freebsd-ports-gnome-2f48da2df0b2960b44204f4f2361c2427e1d2d1a.tar.zst freebsd-ports-gnome-2f48da2df0b2960b44204f4f2361c2427e1d2d1a.zip |
Support STAGEDIR.
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 8 | ||||
-rw-r--r-- | www/p5-URI-Fetch/pkg-plist | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index 5a7768bc3f6e..bec80e256ddc 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -11,10 +11,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Smart URI fetching/caching -RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ +BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= ZLIB CACHE OPTIONS_DEFAULT= ZLIB @@ -25,10 +25,6 @@ CACHE_DESC= Caching Support USES= perl5 USE_PERL5= configure -MAN3= URI::Fetch.3 \ - URI::Fetch::Response.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCACHE} diff --git a/www/p5-URI-Fetch/pkg-plist b/www/p5-URI-Fetch/pkg-plist index 8a89b2277df8..5423c29dee08 100644 --- a/www/p5-URI-Fetch/pkg-plist +++ b/www/p5-URI-Fetch/pkg-plist @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/URI::Fetch.3.gz +%%PERL5_MAN3%%/URI::Fetch::Response.3.gz %%SITE_PERL%%/URI/Fetch.pm %%SITE_PERL%%/URI/Fetch/Response.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Fetch/.packlist |