opnsense-ports/devel/hs-exceptions/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

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>