aboutsummaryrefslogtreecommitdiffstats
path: root/biology/py-biopython/Makefile
blob: 944646af714a2d27d550d7ba72ff98288400c769 (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
31
# New ports collection makefile for:    py-biopython
# Date created:     28 July 2000
# Whom:             Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#

PORTNAME=   biopython
PORTVERSION=    1.42
CATEGORIES= biology python
MASTER_SITES=   http://www.biopython.org/DIST/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= mauricio@arareko.net
COMMENT=    A collection of Python modules for bioinformatics

BUILD_DEPENDS=  ${PYNUMERIC} \
        ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base
RUN_DEPENDS=    ${BUILD_DEPENDS}

CONFLICTS=  py*-martel-[0-9]*

USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes

.if !defined(WITHOUT_REPORTLAB)
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab
RUN_DEPENDS+=   ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab
.endif

.include <bsd.port.mk>