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

PORTNAME=   data-lens
PORTVERSION=    2.11.2
PORTREVISION=   1
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Used to be Haskell 98 Lenses

LICENSE=    BSD3CLAUSE

USE_CABAL=  comonad semigroupoids

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