freebsd-ports/textproc/hs-attoparsec/Makefile
Gabor Pali 26d06689fe - Update to 0.10.1.0
Obtained from:	FreeBSD Haskell
2012-02-13 05:25:13 +00:00

20 lines
430 B
Makefile

# New ports collection makefile for: hs-attoparsec
# Date created: September 19, 2010
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= attoparsec
PORTVERSION= 0.10.1.0
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast combinator parsing for bytestrings
LICENSE= BSD
USE_CABAL= deepseq text>=0.11.1.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>