forked from Lainports/opnsense-ports
18 lines
388 B
Makefile
18 lines
388 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= either
|
|
PORTVERSION= 5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Either monad transformer
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= bifunctors exceptions free mmorph monad-control \
|
|
MonadRandom mtl profunctors semigroupoids semigroups \
|
|
transformers-base
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|