aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-vector/Makefile
blob: 11f2e3efd284ef37d84fdd71f49f984af18270e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for: hs-vector
# Date created:        June 5, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   vector
PORTVERSION=    0.9.1
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Efficient Arrays

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  primitive>=0.4.0.1

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