aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-attoparsec/Makefile
blob: 98fc7f3213a3a93e6109b17b77586face86c0b06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   attoparsec
PORTVERSION=    0.10.4.0
PORTREVISION=   1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Fast combinator parsing for bytestrings

LICENSE=    BSD

USE_CABAL=  text>=0.11.1.5

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