1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/hs-MonadCatchIO-mtl/Makefile
Gabor Pali d071efbea1 - Update to 0.3.0.4
Obtained from:	FreeBSD Haskell
2011-08-13 18:01:07 +00:00

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>