forked from Lainports/opnsense-ports
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= polyparse
|
|
PORTVERSION= 1.11
|
|
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>
|