f95978f2d1
simulation, data processing and manipulation. WWW: http://packages.python.org/DendroPy/
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# New ports collection makefile for: py-DendroPy
|
|
# Date created: 09 Jan, 2010
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DendroPy
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Phylogenetic computing library
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|