aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-arrows/Makefile
blob: 44344a531877305dce7f59f34ad2251a6275447e (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= jacula@gmail.com
COMMENT=    Haskell arrow classes and transformers

CABAL_SETUP=    Setup.hs
USE_HACKAGE=    Stream

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>