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

PORTNAME=   comonad
PORTVERSION=    5.0.3
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Comonads

LICENSE=    BSD3CLAUSE

USE_CABAL=  contravariant>=0.2.0.1 distributive>=0.2.2 semigroups>=0.8.3.1 \
        tagged>=0.1

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