mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
17 lines
306 B
Makefile
17 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zlib-bindings
|
|
PORTVERSION= 0.1.1.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= archivers haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Low-level bindings to the zlib package
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= zlib>=0.5.2.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|