2000-07-31 14:12:24 +02:00
|
|
|
# New ports collection makefile for: py-biopython
|
|
|
|
# Date created: 28 July 2000
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= biopython
|
2004-10-27 22:39:17 +02:00
|
|
|
PORTVERSION= 1.30
|
2000-07-31 14:12:24 +02:00
|
|
|
CATEGORIES= biology python
|
2004-02-09 22:40:47 +01:00
|
|
|
MASTER_SITES= http://www.biopython.org/files/
|
2001-06-15 15:25:56 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2000-07-31 14:12:24 +02:00
|
|
|
|
2004-11-20 09:09:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A collection of Python modules for bioinformatics
|
2000-07-31 14:12:24 +02:00
|
|
|
|
2004-02-09 22:40:47 +01:00
|
|
|
CONFLICTS= py*-martel-*
|
|
|
|
|
2004-10-27 22:39:17 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMERIC} \
|
2001-09-06 14:42:36 +02:00
|
|
|
${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base
|
2004-10-27 22:39:17 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-06-15 15:25:56 +02:00
|
|
|
|
2004-10-27 22:39:17 +02:00
|
|
|
USE_PYTHON= 2.2+
|
|
|
|
USE_PYDISTUTILS=yes
|
2001-06-15 15:25:56 +02:00
|
|
|
|
2002-01-22 11:54:02 +01:00
|
|
|
.if !defined(WITHOUT_REPORTLAB)
|
2004-10-27 22:39:17 +02:00
|
|
|
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab
|
2002-01-22 11:54:02 +01:00
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab
|
|
|
|
.endif
|
|
|
|
|
2000-07-31 14:12:24 +02:00
|
|
|
.include <bsd.port.mk>
|