mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Convert to new LIB_DEPENDS format
- Add TEST_DEPENDS - Support STAGEDIR
This commit is contained in:
parent
44d144fee6
commit
eb3c9b98e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328844
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user