freebsd-ports/science/py-DendroPy/Makefile
Greg Larkin b914218849 - Updated to 3.7.0
- Passed maintainership to submitter
- Switched to BSD license to adhere to upstream package

PR:		ports/151178
Submitted by:	Carlo Strub <c-s at c-s dot li>
2010-10-08 17:24:54 +00:00

25 lines
455 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.7.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= c-s@c-s.li
COMMENT= Phylogenetic computing library
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>