2010-01-04 08:58:07 +01:00
|
|
|
# New ports collection makefile for: hs-uvector-algorithms
|
|
|
|
# Date created: December 20 2009
|
|
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= uvector-algorithms
|
|
|
|
PORTVERSION= 0.2
|
|
|
|
CATEGORIES= devel haskell
|
|
|
|
|
|
|
|
MAINTAINER= jacula@gmail.com
|
|
|
|
COMMENT= Efficient algorithms for uvector unboxed arrays in Haskell
|
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
USE_HACKAGE= uvector>=0.1.0.4
|
2010-01-04 08:58:07 +01:00
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
2010-01-04 08:58:07 +01:00
|
|
|
.include <bsd.port.mk>
|