aboutsummaryrefslogblamecommitdiff
path: root/math/hs-vector-space/Makefile
blob: 732905f28e43a4efe9fbad569f7f77020b219fb1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                            
 
                                   

                                                                               
                               
 
                                                 
                      
# New ports collection makefile for: hs-vector-space
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	vector-space
PORTVERSION=	0.5.7
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Vector & affine spaces, linear maps, and derivatives in Haskell

USE_HACKAGE=	MemoTrie>=0.4.2

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