diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 18:43:28 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 18:43:28 +0000 |
| commit | eb3c9b98e17d13b879ec177645b596ab281a4025 (patch) | |
| tree | 2d5b723e6ffde671bbcdb6b73a9ad9a40818734e | |
| parent | - Convert to new LIB_DEPENDS format (diff) | |
- 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 |
