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

PORTNAME=	comonad
PORTVERSION=	5.0.3
PORTREVISION=	1
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>