mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
416 B
Makefile
19 lines
416 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ghc-mtl
|
|
PORTVERSION= 1.0.1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Mtl-compatible version of the Ghc-Api monads and monad-transformers
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= MonadCatchIO-mtl>=0.2.0.0 mtl
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|