2005-07-16 17:23:22 +02:00
|
|
|
# New ports collection makefile for: p5-JavaScript-SpiderMonkey
|
|
|
|
# Date created: 25 February 2005
|
|
|
|
# Whom: kappa@freebsd.org.ua
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= JavaScript-SpiderMonkey
|
2010-06-10 07:16:51 +02:00
|
|
|
PORTVERSION= 0.20
|
2005-07-16 17:23:22 +02:00
|
|
|
CATEGORIES= lang perl5
|
2008-03-03 22:33:53 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-07-16 17:23:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-12 17:45:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-07-16 17:23:22 +02:00
|
|
|
COMMENT= Perl interface to Mozilla JavaScript implementation
|
|
|
|
|
2006-08-30 14:49:56 +02:00
|
|
|
LIB_DEPENDS= js.1:${PORTSDIR}/lang/spidermonkey
|
2008-03-03 22:33:53 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
|
2005-07-16 17:23:22 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= INC=-I${LOCALBASE}/include
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
|
|
|
|
post-patch:
|
2006-05-30 13:04:32 +02:00
|
|
|
${REINPLACE_CMD} -e 's~libjs.a~libjs.so~' ${WRKSRC}/Makefile.PL
|
2005-07-16 17:23:22 +02:00
|
|
|
|
|
|
|
MAN3= JavaScript::SpiderMonkey.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|