forked from Lainports/opnsense-ports
15 lines
311 B
Makefile
15 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= exceptions
|
|
PORTVERSION= 0.8.0.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Extensible optionally-pure exceptions
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= mtl>=2.0 stm>=2.2 transformers-compat>=0.3
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|