diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:43:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:43:28 +0800 |
commit | 6db8c2563b3a3406296b6d46c35913e14240553c (patch) | |
tree | 2d5b723e6ffde671bbcdb6b73a9ad9a40818734e | |
parent | acba96008e0d32ec31d1f023c2fdf3caa08ef574 (diff) | |
download | freebsd-ports-gnome-6db8c2563b3a3406296b6d46c35913e14240553c.tar.gz freebsd-ports-gnome-6db8c2563b3a3406296b6d46c35913e14240553c.tar.zst freebsd-ports-gnome-6db8c2563b3a3406296b6d46c35913e14240553c.zip |
- Convert to new LIB_DEPENDS format
- Add TEST_DEPENDS
- Support STAGEDIR
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 7 | ||||
-rw-r--r-- | www/p5-WWW-Curl/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index d9c292c484f2..7e256156d63e 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -14,12 +14,11 @@ COMMENT= Perl extension interface for libcurl LICENSE= MIT -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +TEST_DEPENDS= p5-Test-Pod-Coverage>=104:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= configure USES= perl5 -MAN3= WWW::Curl.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-Curl/pkg-plist b/www/p5-WWW-Curl/pkg-plist index a562a608c024..4cb68a4e7f5b 100644 --- a/www/p5-WWW-Curl/pkg-plist +++ b/www/p5-WWW-Curl/pkg-plist @@ -6,6 +6,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.so +%%PERL5_MAN3%%/WWW::Curl.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl |