2010-06-07 05:58:17 +02:00
|
|
|
# New ports collection makefile for: hs-vector-algorithms
|
|
|
|
# Date created: June 5, 2010
|
|
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vector-algorithms
|
2011-05-09 07:28:57 +02:00
|
|
|
PORTVERSION= 0.4
|
2011-08-13 23:23:39 +02:00
|
|
|
PORTREVISION= 2
|
2010-06-07 05:58:17 +02:00
|
|
|
CATEGORIES= devel haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Efficient algorithms for vector arrays
|
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USE_CABAL= primitive>=0.3 vector>=0.6
|
2010-06-07 05:58:17 +02:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|