freebsd-ports/devel/hs-vector/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

23 lines
431 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.9.1
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Efficient Arrays
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= primitive>=0.4.0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>