1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2010-07-30 08:59:09 +00:00

21 lines
401 B
Makefile

# New ports collection makefile for: hs-vector
# Date created: June 5, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vector
PORTVERSION= 0.6.0.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Efficient Arrays
CABAL_SETUP= Setup.hs
USE_HACKAGE= primitive>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>