freebsd-ports/biology/py-biopython/Makefile
Neil Blakey-Milner 7c7638c998 Add py-biopython, is a collection of Python packages and modules created
by the Biopython Project, intended to provide the basis for building
bioinformatics applications in the Python language.

PR:		ports/20260
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-07-31 12:12:24 +00:00

27 lines
752 B
Makefile

# New ports collection makefile for: py-biopython
# Date created: 28 July 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= biopython
PORTVERSION= 0.90.d01
CATEGORIES= biology python
MASTER_SITES= http://www.biopython.org/Download/
PKGNAMEPREFIX= py-
DISTNAME= biopython-0.90-d01
MAINTAINER= johann@egenetics.com
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
${LOCALBASE}/lib/python1.5/site-packages/Numeric/Numeric.py:${PORTSDIR}/math/numpy \
${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} python setup.py build)
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} python setup.py install)
.include <bsd.port.mk>