diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-08 17:22:03 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-08 17:22:03 +0800 |
commit | d7f74980ae9be60ba0ef01e3b8996509b33f8e19 (patch) | |
tree | 193a77be03b2d51f5f121527127dfd20850202d8 /science/py-DendroPy/Makefile | |
parent | ca35b53e15f39f520d5ff00402f5f2765a5911c5 (diff) | |
download | freebsd-ports-gnome-d7f74980ae9be60ba0ef01e3b8996509b33f8e19.tar.gz freebsd-ports-gnome-d7f74980ae9be60ba0ef01e3b8996509b33f8e19.tar.zst freebsd-ports-gnome-d7f74980ae9be60ba0ef01e3b8996509b33f8e19.zip |
- Update to 3.4.1
PR: ports/149415
Submitted by: Frederic Culot <frederic AT culot.org>
Diffstat (limited to 'science/py-DendroPy/Makefile')
-rw-r--r-- | science/py-DendroPy/Makefile | 7 |
1 files changed, 6 insertions, 1 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> |