mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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 shebangfix
|
|
SHEBANG_FILES= nexus/bin/*.py
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|