18 lines
422 B
Makefile
18 lines
422 B
Makefile
PORTNAME= python-nexus
|
|
PORTVERSION= 1.63
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Generic nexus file format reader for python
|
|
WWW= http://simon.net.nz/articles/python-nexus
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
#LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python shebangfix
|
|
SHEBANG_FILES= nexus/bin/*.py
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|