blob: 6dad71f77955ce99999ec8f90379e24913c5b303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hs-transformers-base
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= transformers-base
PORTVERSION= 0.4.1
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Lift computations from the bottom of a transformer stack
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|