7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
651 B
Makefile
26 lines
651 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycogent
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
|
|
DISTNAME= PyCogent-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Toolkit for statistical analysis of biological sequences
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
${LOCALBASE}/bin/cython:lang/cython \
|
|
${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx \
|
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:databases/py-sqlalchemy06
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|