freebsd-ports/math/py-pymc/Makefile
Li-Wen Hsu a8f2dd0ffd - Update to 2.0
PR:		ports/130225
Submitted by:	Wen Heping <wenheping AT gmail.com> (maintainer)
2009-03-05 18:56:03 +00:00

25 lines
469 B
Makefile

# New ports collection makefile for: py-pymc
# Date created: 2008-12-10
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pymc
PORTVERSION= 2.0
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Markov Chain Monte Carlo Sampling Toolkit
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>