freebsd-ports/math/hs-mwc-random/Makefile
Gabor Pali ec29a59ec3 Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
2010-05-12 16:33:59 +00:00

21 lines
533 B
Makefile

# New ports collection makefile for: hs-mwc-random
# Date created: January 03 2010
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mwc-random
PORTVERSION= 0.4.1.1
CATEGORIES= math haskell
MAINTAINER= jacula@gmail.com
COMMENT= Fast, high quality pseudo random number generation in Haskell
USE_HACKAGE= uvector>=0.1.0.4
PORTDATA= *
INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>