aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-uvector/Makefile
blob: 415cf96596c7e40788e18db997151edf3f662ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for: hs-uvector
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	uvector
PORTVERSION=	0.1.1.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast unboxed arrays with a flexible interface for Haskell

PORTDATA=	*

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