summaryrefslogtreecommitdiffstats
path: root/lang/p5-JavaScript-SpiderMonkey/Makefile
blob: c38d32afab7bd774189a5d5dbe588314d0327322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: kappa@FreeBSD.org.ua
# $FreeBSD$

PORTNAME=	JavaScript-SpiderMonkey
PORTVERSION=	0.21
PORTREVISION=	2
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Perl interface to Mozilla JavaScript implementation

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

LIB_DEPENDS=	libjs.so:lang/spidermonkey17
TEST_DEPENDS=	p5-Log-Log4perl>=0:devel/p5-Log-Log4perl

USE_PERL5=	configure
USES=		perl5
CFLAGS+=	-I${LOCALBASE}/include/js-1.7/

post-patch:
	@${REINPLACE_CMD} -e 's|libjs.a|libjs.so|' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
OpenPOWER on IntegriCloud