freebsd-ports/biology/py-biopython/Makefile
Marcus Alves Grando 23d07b2cdb Update to 1.41
Take MAINTAINER
Add SHA256

PR:		88792
Submitted by:	Mauricio Herrera Cuadra <mauricio@arareko.net>
2005-11-11 01:15:35 +00:00

31 lines
841 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.41
CATEGORIES= biology python
MASTER_SITES= http://www.biopython.org/files/
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>