d591093880
- Moved to github [1] - Depend on newer sqlalchemy10 [1] - Update pkg-descr and WWW [1] - Limit python to -2.7 [2] - Reset maintainer to python@ for better maintain PR: 211621 Submitted by: pi@ [1], koobs@ [2]
23 lines
554 B
Makefile
23 lines
554 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycogent
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= biology python
|
|
|
|
MAINTAINER= python@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}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python:-2.7
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|