summaryrefslogtreecommitdiff
path: root/devel/hs-failure/Makefile
blob: 057e4c29754c206c8b17e96a6c5d859d818e817a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	hs-failure
# Date created:		December 25, 2011
# Whom:			haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	failure
PORTVERSION=	0.2.0.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A simple type class for success/failure computations

LICENSE=	BSD

USE_CABAL=	transformers>=0.2

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