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

17 lines
326 B
Makefile

# $FreeBSD$
PORTNAME= vector-algorithms
PORTVERSION= 0.5.4.2
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Efficient algorithms for vector arrays
LICENSE= BSD
USE_CABAL= primitive>=0.3 vector>=0.6
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>