2012-10-08 05:17:02 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-06-22 14:46:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pycogent
|
2012-10-08 05:17:02 +02:00
|
|
|
PORTVERSION= 1.5.3
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2009-06-22 14:46:56 +02:00
|
|
|
CATEGORIES= biology python
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
|
2009-06-22 14:46:56 +02:00
|
|
|
DISTNAME= PyCogent-${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2009-12-17 07:51:53 +01:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2014-05-02 16:00:13 +02:00
|
|
|
COMMENT= Toolkit for statistical analysis of biological sequences
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2009-06-22 14:46:56 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
2016-04-01 15:29:15 +02:00
|
|
|
${LOCALBASE}/bin/cython:lang/cython \
|
|
|
|
${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:databases/py-sqlalchemy06
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-06-22 14:46:56 +02:00
|
|
|
|
2014-10-19 09:38:11 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2009-06-22 14:46:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|