1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/archivers/hs-zlib/Makefile
Gabor Pali a3eb205d87 - Update to 0.5.3.3
Obtained from:	FreeBSD Haskell
2012-06-03 21:25:07 +00:00

20 lines
419 B
Makefile

# New ports collection makefile for: zlib
# Date created: November 2, 2008
# Whom: Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD$
PORTNAME= zlib
PORTVERSION= 0.5.3.3
CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Compression and decompression in the gzip and zlib formats
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>