19 lines
358 B
Makefile
19 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xenaPython
|
|
DISTVERSION= 1.0.10
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= API for Xena Hub to access genetic information shared through the hub
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|