aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-comonad/Makefile
blob: 992378a575081fa5c8c4d82c4abe315621ad936c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   comonad
PORTVERSION=    3.0.0.2
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell 98 compatible comonads

LICENSE=    BSD

USE_CABAL=  semigroups>=0.8.3 transformers>=0.2

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>