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

PORTNAME=	profunctors
PORTVERSION=	5.2
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Profunctors

LICENSE=	BSD3CLAUSE

USE_CABAL=	base-orphans bifunctors comonad contravariant \
		distributive tagged

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