aboutsummaryrefslogtreecommitdiffstats
path: root/biology/pycogent/Makefile
blob: 8d8b03a815eff3807828dce0546b0b5b88e095b0 (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
29
30
# New ports collection makefile for:    pycogent
# Date created:     20 June, 2009
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   pycogent
PORTVERSION=    1.5
PORTREVISION=   1
CATEGORIES= biology python
MASTER_SITES=   SF/${PORTNAME}/PyCogent/${PORTVERSION}
DISTNAME=   PyCogent-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= wen@FreeBSD.org
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}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    cogent
PYDISTUTILS_PKGVERSION= 1.5.0

.include <bsd.port.mk>