aboutsummaryrefslogblamecommitdiff
path: root/biology/py-biopython/Makefile
blob: 8ee594faff6c730cfa3c3c8006a817fd53682e59 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                   
           

                         
                    
                 
                              
                                              
                                       
 
                                    
                                                               
 
                          
                          
 

                                   
 
                               
                                                                                   

      
                      
# Created by: Johann Visagie <johann@egenetics.com>
# $FreeBSD$

PORTNAME=	biopython
PORTVERSION=	1.60
PORTREVISION=	4
CATEGORIES=	biology python
MASTER_SITES=	http://www.biopython.org/DIST/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	mauricio@arareko.net
COMMENT=	Collection of Python modules for bioinformatics

BUILD_DEPENDS=	${PYNUMPY}
RUN_DEPENDS=	${PYNUMPY}

USES=		python:2
USE_PYTHON=	distutils autoplist

.if !defined(WITHOUT_REPORTLAB)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1
.endif

.include <bsd.port.mk>