blob: f02ab903b8ff1ea1f2ecd4ea5f07ed1306c0ae2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: pycogent
# Date created: 20 June, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pycogent
PORTVERSION= 1.3.1
CATEGORIES= biology python
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
DISTNAME= PyCogent-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= wenheping@gmail.com
COMMENT= A toolkit for statistical analysis of biological sequences
BUILD_DEPENDS= ${PYNUMPY} \
${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \
${LOCALBASE}/bin/sphinx-build:${PORTSDIR}/textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= cogent
.include <bsd.port.mk>
|