18 lines
434 B
Makefile
18 lines
434 B
Makefile
# 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>
|