freebsd-ports/archivers/hs-zlib/Makefile

19 lines
407 B
Makefile
Raw Normal View History

# New ports collection makefile for: zlib
# Date created: November 2, 2008
# Whom: Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD$
PORTNAME= zlib
PORTVERSION= 0.5.2.0
PORTREVISION= 1
CATEGORIES= archivers haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Pure Haskell interface to the C zlib library
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>