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

PORTNAME=	distributive
PORTVERSION=	0.4.4
PORTREVISION=	2
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Distributive functors -- Dual to Traversable

LICENSE=	BSD3CLAUSE

USE_CABAL=	tagged>=0.7 transformers-compat>=0.3

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