freebsd-ports/biology/py-biopython/Makefile
Wen Heping 08ad71435d - Update to 1.54
PR:		ports/148274
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2010-07-02 02:57:19 +00:00

28 lines
724 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.54
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}
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>