diff options
author | wen <wen@FreeBSD.org> | 2010-01-09 20:19:58 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-09 20:19:58 +0800 |
commit | 80e0db9b9edf13e1d9d7fc31dd8310bba2ee9789 (patch) | |
tree | 3cbb2a7f7f6e24e83d79085c39ca24d20cd0916f /science/py-DendroPy/Makefile | |
parent | 16e670a9dd56ded628e00d340dd71e6069dc7879 (diff) | |
download | freebsd-ports-gnome-80e0db9b9edf13e1d9d7fc31dd8310bba2ee9789.tar.gz freebsd-ports-gnome-80e0db9b9edf13e1d9d7fc31dd8310bba2ee9789.tar.zst freebsd-ports-gnome-80e0db9b9edf13e1d9d7fc31dd8310bba2ee9789.zip |
py-DendroPy is a python library for phylogenetic scripting,
simulation, data processing and manipulation.
WWW: http://packages.python.org/DendroPy/
Diffstat (limited to 'science/py-DendroPy/Makefile')
-rw-r--r-- | science/py-DendroPy/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/py-DendroPy/Makefile b/science/py-DendroPy/Makefile new file mode 100644 index 000000000000..1e135426a9f1 --- /dev/null +++ b/science/py-DendroPy/Makefile @@ -0,0 +1,20 @@ +# 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> |