# $FreeBSD: textproc/hs-parsec/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	parsec
PORTVERSION=	3.1.3
PORTREVISION=	3
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monadic parser combinators

LICENSE=	BSD

USE_CABAL=	mtl text>=0.2

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