aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-DendroPy/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-01-09 20:19:58 +0800
committerwen <wen@FreeBSD.org>2010-01-09 20:19:58 +0800
commit80e0db9b9edf13e1d9d7fc31dd8310bba2ee9789 (patch)
tree3cbb2a7f7f6e24e83d79085c39ca24d20cd0916f /science/py-DendroPy/Makefile
parent16e670a9dd56ded628e00d340dd71e6069dc7879 (diff)
downloadfreebsd-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/Makefile20
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>