aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-extensible-exceptions/Makefile
blob: 9768023d09c089bc8f71a46701f6ee3f77bf6554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   extensible-exceptions
PORTVERSION=    0.1.1.4
PORTREVISION=   1
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>