freebsd-ports/devel/hs-Stream/Makefile

18 lines
375 B
Makefile

# Created by: Samy Al Bahra <sbahra@kerneled.org>
# $FreeBSD$
PORTNAME= Stream
PORTVERSION= 0.4.6.1
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Library for manipulating infinite lists
LICENSE= BSD
USE_CABAL= lazysmallcheck>=0.3 QuickCheck>=2.0
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>