freebsd-ports/biology/py-biopython/Makefile
Wen Heping 43d8e24a17 - Update to 1.53
PR:		ports/142221
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2010-01-06 00:29:25 +00:00

29 lines
802 B
Makefile

# New ports collection makefile for: py-biopython
# Date created: 28 July 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= biopython
PORTVERSION= 1.53
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= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
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>