freebsd-ports/devel/hs-transformers/Makefile
Gabor Pali 1e5d774704 - Update to 0.3.0.0
Obtained from:	FreeBSD Haskell
2012-06-03 21:59:59 +00:00

20 lines
446 B
Makefile

# New ports collection makefile for: hs-transformers
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= transformers
PORTVERSION= 0.3.0.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Concrete functor monad transformers
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>