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

PORTNAME=   IfElse
PORTVERSION=    0.85
PORTREVISION=   5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Anaphoric and miscellaneous useful control-flow

LICENSE=    BSD

USE_CABAL=  mtl

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>