Tweak textproc/hs-attoparsec version 0.10.4.0_3
[dports.git] / textproc / hs-attoparsec / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       attoparsec
4 PORTVERSION=    0.10.4.0
5 PORTREVISION=   3
6 CATEGORIES=     textproc haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Fast combinator parsing for bytestrings
10
11 LICENSE=        BSD
12
13 USE_CABAL=      text>=0.11.1.5
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>