Prune lang/beignet
[dports.git] / shells / hs-shelly / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       shelly
4 PORTVERSION=    1.6.8.3
5 CATEGORIES=     shells haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Shell-like (systems) programming in Haskell
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      async enclosed-exceptions exceptions>=0.6 lifted-async \
13                 lifted-base monad-control>=0.3.2 mtl>=2 system-fileio \
14                 system-filepath>=0.4.7 text transformers-base unix-compat
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>