mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d071efbea1
Obtained from: FreeBSD Haskell
21 lines
477 B
Makefile
21 lines
477 B
Makefile
# New ports collection makefile for: hs-MonadCatchIO-mtl
|
|
# Date created: December 20 2009
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MonadCatchIO-mtl
|
|
PORTVERSION= 0.3.0.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Monad-transformer version of the Control.Exception Haskell module
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= mtl
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|