aboutsummaryrefslogtreecommitdiff
path: root/lang/hs-epic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hs-epic/Makefile')
-rw-r--r--lang/hs-epic/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/lang/hs-epic/Makefile b/lang/hs-epic/Makefile
deleted file mode 100644
index 3785fca3c5de..000000000000
--- a/lang/hs-epic/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= epic
-PORTVERSION= 0.9.3
-PORTREVISION= 10
-CATEGORIES= lang haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Compiler for a simple functional language
-
-LICENSE= BSD3CLAUSE
-
-USE_CABAL= mtl
-USE_HAPPY= yes
-
-BUILD_DEPENDS+= boehm-gc>=7.1:${PORTSDIR}/devel/boehm-gc \
- gmp>=5.0.2:${PORTSDIR}/math/gmp
-RUN_DEPENDS+= boehm-gc>=7.1:${PORTSDIR}/devel/boehm-gc \
- gmp>=5.0.2:${PORTSDIR}/math/gmp
-
-EXECUTABLE= epic
-
-# Force regeneration of the parser.
-post-patch::
- @${RM} -rf ${WRKSRC}/dist
- @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/evm/Makefile
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>