mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
This commit is contained in:
parent
b20e3fd4c3
commit
44d144fee6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328843
@ -11,16 +11,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl interface to Mozilla JavaScript implementation
|
||||
|
||||
LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey17
|
||||
|
||||
LIB_DEPENDS= libjs.so:${PORTSDIR}/lang/spidermonkey17
|
||||
TEST_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
MAN3= JavaScript::SpiderMonkey.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|libjs.a|libjs.so|' ${WRKSRC}/Makefile.PL
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript/SpiderMonkey/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript/SpiderMonkey/SpiderMonkey.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript/SpiderMonkey/SpiderMonkey.so
|
||||
%%PERL5_MAN3%%/JavaScript::SpiderMonkey.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript/SpiderMonkey
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/JavaScript
|
||||
|
Loading…
Reference in New Issue
Block a user