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

PORTNAME=   data-lens-template
PORTVERSION=    2.1.7
PORTREVISION=   7
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Utilities for Data.Lens

LICENSE=    BSD

USE_CABAL=  data-lens>=2.0

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