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

PORTNAME=   mtl
PORTVERSION=    2.2.1
PORTREVISION=   3
CATEGORIES= devel haskell

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

LICENSE=    BSD3CLAUSE

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