16 lines
281 B
Makefile
16 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= extensible-exceptions
|
|
PORTVERSION= 0.1.1.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Extensible exceptions
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|