opnsense-ports/textproc/hs-polyparse/Makefile
Franco Fichtner cdf9952906 */*: sync with upstream
Taken from: HardenedBSD
2017-08-09 06:23:35 +02:00

15 lines
281 B
Makefile

# $FreeBSD$
PORTNAME= polyparse
PORTVERSION= 1.12
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>