18 lines
392 B
Makefile
18 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= comonads-fd
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Comonad transformers using functional dependencies
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= comonad>=3.0 comonad-transformers>=3.0 mtl>=2.0 \
|
|
semigroups>=0.8.3.1 transformers>=0.2
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|