d59ac3e84e
compression and decompression. WWW: http://github.com/maltem/zlib-enum Obtained from: FreeBSD Haskell
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# New ports collection makefile for: hs-zlib-enum
|
|
# Date created: October 18, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zlib-enum
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= archivers haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Enumerator interface for zlib compression
|
|
|
|
LICENSE= MIT
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= enumerator>=0.4 transformers>=0.2 zlib-bindings
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|