opnsense-ports/biology/python-nexus/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

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>