aboutsummaryrefslogtreecommitdiff
path: root/science/py-DendroPy
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-08 09:22:03 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-08 09:22:03 +0000
commit5be8d64cbb720516242b36523a59a6b6bd8b5ce7 (patch)
treeb193ed67d9154392f627264d120af1f91e8f8eb2 /science/py-DendroPy
parent7bcbbe3f9fbe602c01c8a76adcc77a0140e09e24 (diff)
downloadports-5be8d64cbb720516242b36523a59a6b6bd8b5ce7.tar.gz
ports-5be8d64cbb720516242b36523a59a6b6bd8b5ce7.zip
Notes
Diffstat (limited to 'science/py-DendroPy')
-rw-r--r--science/py-DendroPy/Makefile7
-rw-r--r--science/py-DendroPy/distinfo6
-rw-r--r--science/py-DendroPy/pkg-message8
3 files changed, 17 insertions, 4 deletions
diff --git a/science/py-DendroPy/Makefile b/science/py-DendroPy/Makefile
index 822c6e118194..66334a1c7038 100644
--- a/science/py-DendroPy/Makefile
+++ b/science/py-DendroPy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DendroPy
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Phylogenetic computing library
+LICENSE= GPLv3
+
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/science/py-DendroPy/distinfo b/science/py-DendroPy/distinfo
index 8b36f75b8132..5b2589fd290c 100644
--- a/science/py-DendroPy/distinfo
+++ b/science/py-DendroPy/distinfo
@@ -1,3 +1,3 @@
-MD5 (DendroPy-3.4.0.tar.gz) = 8a98bfb7a9e883edb29d91f035a659ec
-SHA256 (DendroPy-3.4.0.tar.gz) = d6e628c4e1d308460cda78febf54345d12945834240acb9168104ef979c3d60e
-SIZE (DendroPy-3.4.0.tar.gz) = 3749576
+MD5 (DendroPy-3.4.1.tar.gz) = 365520f5b2cdfcf572b128f564a17fdc
+SHA256 (DendroPy-3.4.1.tar.gz) = f902cd6ffda14c330e482ff5787d85cebc4ce5b3bbf83b8c5bf107eefdb067a2
+SIZE (DendroPy-3.4.1.tar.gz) = 3730043
diff --git a/science/py-DendroPy/pkg-message b/science/py-DendroPy/pkg-message
new file mode 100644
index 000000000000..022741e7740b
--- /dev/null
+++ b/science/py-DendroPy/pkg-message
@@ -0,0 +1,8 @@
+************************************************************************
+If you use this library either in whole or in part in your analysis, or
+use any code derived from it, please cite it as:
+
+ Sukumaran, J. and Mark T. Holder. 2010. DendroPy: A Python library
+ for phylogenetic computing. Bioinformatics 26: 1569-1571.
+
+************************************************************************