diff options
Diffstat (limited to 'devel/hs-exceptions/Makefile')
-rw-r--r-- | devel/hs-exceptions/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile new file mode 100644 index 000000000000..e699a554eb50 --- /dev/null +++ b/devel/hs-exceptions/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= exceptions +PORTVERSION= 0.6.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Extensible optionally-pure exceptions + +LICENSE= BSD3CLAUSE + +USE_CABAL= mtl>=2.0 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |