freebsd-ports/science/py-DendroPy/Makefile
Dmitry Marakasov cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00

19 lines
356 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= DendroPy
PORTVERSION= 3.12.0
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Phylogenetic computing library
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>