freebsd-ports/science/py-DendroPy/Makefile

26 lines
455 B
Makefile
Raw Normal View History

# 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
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>