aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-polyparse/Makefile
blob: 065e049af2812ed6ac7381498cfcd700dfe0561a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	polyparse
PORTVERSION=	1.8
PORTREVISION=	3
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A variety of alternative parser combinator libraries

LICENSE=	LGPL21
FILE_LICENSE=	COPYRIGHT

CABAL_SETUP=	Setup.hs

USE_CABAL=	text

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