summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-SpiderMonkey
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-JavaScript-SpiderMonkey')
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/Makefile28
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/distinfo3
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL17
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/pkg-descr3
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/pkg-plist3
5 files changed, 0 insertions, 54 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>
diff --git a/lang/p5-JavaScript-SpiderMonkey/distinfo b/lang/p5-JavaScript-SpiderMonkey/distinfo
deleted file mode 100644
index 42ac1f70c93c..000000000000
--- a/lang/p5-JavaScript-SpiderMonkey/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1533748547
-SHA256 (JavaScript-SpiderMonkey-0.25.tar.gz) = aed5e114926be356bb3647956726c8e906e6d95f3ba2ece4aa6da216f863686e
-SIZE (JavaScript-SpiderMonkey-0.25.tar.gz) = 21405
diff --git a/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL b/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL
deleted file mode 100644
index 77fda483f1f1..000000000000
--- a/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.PL.orig 2011-10-23 12:27:21.000000000 +0200
-+++ Makefile.PL 2017-06-03 21:50:44.801687000 +0200
-@@ -68,13 +68,8 @@
- next if ! -f $libfile;
- my $include_path = $possible_install_paths{$install_path};
- foreach my $c_header(@c_header_files) {
-- if (-f "$include_path/$c_header") {
-+ if (-f "$include_path/js-1.7/$c_header") {
- my $include_dir = "$include_path/$c_header";
-- $include_dir =~ s/$c_header$//;
-- push @JS_INCL_DIRS, $include_dir;
-- }
-- foreach my $headerfile(glob "$include_path/*/$c_header") {
-- my $include_dir = $headerfile;
- $include_dir =~ s/$c_header$//;
- push @JS_INCL_DIRS, $include_dir;
- }
diff --git a/lang/p5-JavaScript-SpiderMonkey/pkg-descr b/lang/p5-JavaScript-SpiderMonkey/pkg-descr
deleted file mode 100644
index 85d0b29d4ce7..000000000000
--- a/lang/p5-JavaScript-SpiderMonkey/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey
-JavaScript Engine. It is different from Claes Jacobsson's
-"JavaScript.pm" in that it offers more friendly, Perl-like API.
diff --git a/lang/p5-JavaScript-SpiderMonkey/pkg-plist b/lang/p5-JavaScript-SpiderMonkey/pkg-plist
deleted file mode 100644
index fcc3f958ecd5..000000000000
--- a/lang/p5-JavaScript-SpiderMonkey/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%SITE_ARCH%%/JavaScript/SpiderMonkey.pm
-%%SITE_ARCH%%/auto/JavaScript/SpiderMonkey/SpiderMonkey.so
-%%PERL5_MAN3%%/JavaScript::SpiderMonkey.3.gz