freebsd-ports/archivers/hs-zlib-enum/Makefile
Gabor Pali d59ac3e84e The zlib-enum package is a stop-gap to provide enumeratees for zlib
compression and decompression.

WWW:	http://github.com/maltem/zlib-enum

Obtained from:	FreeBSD Haskell
2012-02-13 02:05:00 +00:00

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>