- Update to 0.21
- Take maintainership Changes: http://search.cpan.org/dist/JavaScript-SpiderMonkey/Changes
This commit is contained in:
@@ -6,26 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= JavaScript-SpiderMonkey
|
||||
PORTVERSION= 0.20
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= lang perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl interface to Mozilla JavaScript implementation
|
||||
|
||||
LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= INC=-I${LOCALBASE}/include
|
||||
INSTALL_TARGET= pure_install
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's~libjs.a~libjs.so~' ${WRKSRC}/Makefile.PL
|
||||
|
||||
MAN3= JavaScript::SpiderMonkey.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|libjs.a|libjs.so|' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user