summaryrefslogtreecommitdiff
path: root/devel/hs-fmlist/Makefile
blob: 87eaeae46e9010fe8b283e7cf0d6c1ae885155ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	fmlist
PORTVERSION=	0.9.2
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	FoldMap lists are lists represented by their foldMap function

LICENSE=	BSD3CLAUSE

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