summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-SpiderMonkey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-JavaScript-SpiderMonkey/Makefile')
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile
deleted file mode 100644
index 94a74b483773..000000000000
--- a/lang/p5-JavaScript-SpiderMonkey/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= JavaScript-SpiderMonkey
-PORTVERSION= 0.25
-CATEGORIES= lang perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Perl interface to Mozilla JavaScript implementation
-WWW= https://metacpan.org/release/JavaScript-SpiderMonkey
-
-DEPRECATED= Depends on deprecated SpiderMonkey 1.7
-EXPIRATION_DATE=2022-09-30
-
-LICENSE= ART10 GPLv1+
-LICENSE_COMB= dual
-
-LIB_DEPENDS= libjs.so:lang/spidermonkey17
-TEST_DEPENDS= p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
-
-USES= perl5
-USE_PERL5= configure
-
-CFLAGS+= -I${LOCALBASE}/include/js-1.7/
-
-post-patch:
- @${REINPLACE_CMD} -e 's|libjs.a|libjs.so|' ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.mk>