blob: b22a1b076c6493f73f4e7f1461214d98cc5d006c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD$
PORTNAME= transformers-base
PORTVERSION= 0.4.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Lift computations from the bottom of a transformer stack
LICENSE= BSD3CLAUSE
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|