26d06689fe
Obtained from: FreeBSD Haskell
20 lines
430 B
Makefile
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>
|