mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# Created by: Samy Al Bahra <sbahra@kerneled.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Stream
|
|
PORTVERSION= 0.4.6.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Library for manipulating infinite lists
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= lazysmallcheck>=0.3 QuickCheck>=2.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|