Files
ports/biology/python-nexus/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

19 lines
427 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:3.6+ shebangfix
SHEBANG_FILES= nexus/bin/*.py
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>