freebsd-ports/textproc/hs-polyparse/Makefile

16 lines
294 B
Makefile

# $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
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>