aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-mtl/Makefile
blob: 377a6f4041380f93ad517ebc7954af2ad24f38e1 (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=   2
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>