Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-io-streams/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= io-streams | PORTNAME= io-streams | ||||
| PORTVERSION= 1.4.0.0 | PORTVERSION= 1.5.0.1 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Simple and easy-to-use primitives for I/O using streams | COMMENT= Simple and easy-to-use primitives for I/O using streams | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= attoparsec network primitive text vector zlib-bindings | USE_CABAL= attoparsec network primitive vector zlib-bindings | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||