freebsd-ports/archivers/hs-zlib-conduit/Makefile
Olli Hauer 73969bbf79 - fix sanity in CAT archivers
- USE_BZIP2   -> USES=tar:bzip2
 - LICENSE=BSD -> BSD[n]CLAUSE
2014-06-01 07:59:15 +00:00

16 lines
356 B
Makefile

# $FreeBSD$
PORTNAME= zlib-conduit
PORTVERSION= 1.0.0
PORTREVISION= 5
CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Streaming compression/decompression via conduits
LICENSE= BSD3CLAUSE
USE_CABAL= conduit>=1.0 transformers>=0.2.2 void zlib-bindings>=0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>