aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-attoparsec/Makefile
blob: fc036451b0fabbd2ec8b0950390f5b82dabafb16 (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=   3
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>