aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-mtl/Makefile
blob: 199d1d54c9f8ae7296176509c9aa3c37e8a7bf6c (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                   
                     
                 


                                   
                                                            


                   
                                 
 
                   

                                                 
# $FreeBSD$

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

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

LICENSE=	BSD

USE_CABAL=	transformers>=0.3

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