blob: f68d6261e3ce737113c8c7a1ad2c781d362cc225 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hs-zlib-enum
# Date created: October 18, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
PORTNAME= zlib-enum
PORTVERSION= 0.2.2.1
PORTREVISION= 1
CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Enumerator interface for zlib compression
LICENSE= MIT
CABAL_SETUP= Setup.hs
USE_CABAL= enumerator transformers>=0.2 zlib-bindings
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|