mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
PORTNAME= python-nexus
|
|
PORTVERSION= 1.63
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Generic nexus file format reader for python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
#LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+ shebangfix
|
|
SHEBANG_FILES= nexus/bin/*.py
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|