pkgsrc-wip/hs-zlib/Makefile
PHO / phonohawk c822048749 Import hs-zlib-0.4.0.4 as wip/hs-zlib.
This package provides a pure interface for compressing and
decompressing streams of data represented as lazy ByteStrings. It uses
the zlib C library so it has high performance. It supports the "zlib",
"gzip" and "raw" compression formats.

It provides a convenient high level api suitable for most tasks and
for the few cases where more control is needed it provides access to
the full zlib feature set.
2008-07-20 07:11:57 +00:00

15 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/20 07:11:57 phonohawk Exp $
#
DISTNAME= zlib-0.4.0.4
PKGNAME= hs-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=zlib/0.4.0.4/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib
COMMENT= Zlib binding for Haskell
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"