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

PORTNAME=	profunctors
PORTVERSION=	4.2.0.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Profunctors

LICENSE=	BSD3CLAUSE

USE_CABAL=	comonad>=4 distributive>=0.4.4 semigroupoids>=4 \
		tagged>=0.4.4

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