14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.10 2016/01/10 11:49:10 szptvlfn Exp $
|
|
|
|
DISTNAME= attoparsec-0.12.1.2
|
|
PKGREVISION= 9
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast combinator parsing for bytestrings and text
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../math/hs-scientific/buildlink3.mk"
|
|
.include "../../devel/hs-text/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|