mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7c7638c998
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>
28 lines
752 B
Makefile
28 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>
|