aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-arrows/Makefile
blob: 88198d3f963e8110cbfd3e9d87cf2d76f5b0f3a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.1.2
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>