freebsd-ports/devel/hs-arrows/Makefile
2010-06-08 04:35:07 +00:00

19 lines
443 B
Makefile

# New ports collection makefile for: hs-arrows
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= arrows
PORTVERSION= 0.4.2.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell arrow classes and transformers
CABAL_SETUP= Setup.hs
USE_HACKAGE= Stream
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>