Changeset View
Changeset View
Standalone View
Standalone View
head/archivers/hs-zlib-bindings/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= zlib-bindings | PORTNAME= zlib-bindings | ||||
| PORTVERSION= 0.1.1.5 | PORTVERSION= 0.1.1.5 | ||||
| PORTREVISION= 4 | PORTREVISION= 5 | ||||
| CATEGORIES= archivers haskell | CATEGORIES= archivers haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Low-level bindings to the zlib package | COMMENT= Low-level bindings to the zlib package | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= zlib>=0.5.2.0 | USE_CABAL= zlib>=0.5.2.0 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||