73969bbf79
- USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE
16 lines
356 B
Makefile
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>
|