blob: 415cf96596c7e40788e18db997151edf3f662ca5 (
plain) (
tree)
|
|
# 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>
|