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

PORTNAME=	mtl
PORTVERSION=	2.1.2
PORTREVISION=	5
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monad classes, using functional dependencies

LICENSE=	BSD

USE_CABAL=	transformers>=0.3

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