freebsd-ports/devel/hs-uvector-algorithms/Makefile

19 lines
471 B
Makefile
Raw Normal View History

# 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= haskell@FreeBSD.org
COMMENT= Efficient algorithms for uvector unboxed arrays in Haskell
USE_HACKAGE= uvector>=0.1.0.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>