2010-01-09 13:19:58 +01:00
|
|
|
# New ports collection makefile for: py-DendroPy
|
|
|
|
# Date created: 09 Jan, 2010
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DendroPy
|
2010-10-21 03:45:15 +02:00
|
|
|
PORTVERSION= 3.7.1
|
2010-01-09 13:19:58 +01:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-10-08 19:24:54 +02:00
|
|
|
MAINTAINER= c-s@c-s.li
|
2010-01-09 13:19:58 +01:00
|
|
|
COMMENT= Phylogenetic computing library
|
|
|
|
|
2010-10-08 19:24:54 +02:00
|
|
|
LICENSE= BSD
|
2010-08-08 11:22:03 +02:00
|
|
|
|
2010-01-09 13:19:58 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
2010-08-08 11:22:03 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2010-01-09 13:19:58 +01:00
|
|
|
.include <bsd.port.mk>
|