Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-Stream/Makefile
# Created by: Samy Al Bahra <sbahra@kerneled.org> | # Created by: Samy Al Bahra <sbahra@kerneled.org> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= Stream | PORTNAME= Stream | ||||
PORTVERSION= 0.4.7.2 | PORTVERSION= 0.4.7.2 | ||||
PORTREVISION= 4 | PORTREVISION= 5 | ||||
CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= Library for manipulating infinite lists | COMMENT= Library for manipulating infinite lists | ||||
LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
USE_CABAL= lazysmallcheck>=0.3 QuickCheck>=2.0 | USE_CABAL= lazysmallcheck>=0.3 QuickCheck>=2.0 | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |