summaryrefslogtreecommitdiff
path: root/math/hs-distributive/Makefile
blob: eab04bef4b64a67814dce6532544b49081683677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2014/11/23 12:52:33 szptvlfn Exp $

DISTNAME=	distributive-0.4.4
PKGREVISION=	1
CATEGORIES=	math devel

MAINTAINER=	pho@cielonegro.org
COMMENT=	Haskell 98 Distributive functors -- Dual to Traversable
LICENSE=	modified-bsd

.include "../../mk/haskell.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../devel/hs-transformers/buildlink3.mk"
.include "../../devel/hs-transformers-compat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"