aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-SpiderMonkey/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-24 04:03:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-24 04:03:14 +0000
commit40f450616dbc730d21f2a62c59c307a59ab4dc41 (patch)
treee77dc6ffcf79fdec698b0c29c585a8c26c0daf25 /lang/p5-JavaScript-SpiderMonkey/Makefile
parent42d838ed560dfc24d4abe8a4002b46a52fef0d83 (diff)
downloadports-40f450616dbc730d21f2a62c59c307a59ab4dc41.tar.gz
ports-40f450616dbc730d21f2a62c59c307a59ab4dc41.zip
Notes
Diffstat (limited to 'lang/p5-JavaScript-SpiderMonkey/Makefile')
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile
index dcd59b13ef73..5afdee0f2db2 100644
--- a/lang/p5-JavaScript-SpiderMonkey/Makefile
+++ b/lang/p5-JavaScript-SpiderMonkey/Makefile
@@ -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>