blob: 5ae3826bf27db3471d852e8f2f38cbe9b9317bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= polyparse
PORTVERSION= 1.9
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Variety of alternative parser combinator libraries
LICENSE= LGPL21
USE_CABAL= text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|