summaryrefslogtreecommitdiff
path: root/devel/hs-language-javascript
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-language-javascript')
-rw-r--r--devel/hs-language-javascript/Makefile21
-rw-r--r--devel/hs-language-javascript/distinfo3
-rw-r--r--devel/hs-language-javascript/pkg-descr4
3 files changed, 0 insertions, 28 deletions
diff --git a/devel/hs-language-javascript/Makefile b/devel/hs-language-javascript/Makefile
deleted file mode 100644
index 89e36ac3ee2d..000000000000
--- a/devel/hs-language-javascript/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= language-javascript
-PORTVERSION= 0.6.0.11
-PORTREVISION= 2
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Parser for JavaScript
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USE_CABAL= blaze-builder>=0.2 mtl>=1.1 utf8-string>=0.3.7
-USE_ALEX= yes
-USE_HAPPY= yes
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-language-javascript/distinfo b/devel/hs-language-javascript/distinfo
deleted file mode 100644
index 4395d009e085..000000000000
--- a/devel/hs-language-javascript/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523905950
-SHA256 (cabal/language-javascript-0.6.0.11.tar.gz) = d4756e9bc9a180cb93701e964a3157a03d4db4c7cb5a7b6b196067e587cc6143
-SIZE (cabal/language-javascript-0.6.0.11.tar.gz) = 106881
diff --git a/devel/hs-language-javascript/pkg-descr b/devel/hs-language-javascript/pkg-descr
deleted file mode 100644
index c6a18ed924e9..000000000000
--- a/devel/hs-language-javascript/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Parses Javascript into an Abstract Syntax Tree (AST). Initially intended
-as frontend to hjsmin.
-
-WWW: https://github.com/erikd/language-javascript