1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/hs-mtl/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

23 lines
402 B
Makefile

# New ports collection makefile for: hs-mtl
# Date created: 2010-05-14
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mtl
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Monad transformer library
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= transformers>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>