aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-IfElse/Makefile
blob: 442a009b7c3ed145378537d255b98754d6f2be33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for: hs-IfElse
# Date created:        April 7, 2012
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

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

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  mtl

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