freebsd-ports/lang/p5-JavaScript-SpiderMonkey/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

26 lines
548 B
Makefile

# 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
post-patch:
@${REINPLACE_CMD} -e 's|libjs.a|libjs.so|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>