aboutsummaryrefslogblamecommitdiff
path: root/science/py-gsd/Makefile
blob: cf0b9606b493fddf242807b653ae16618373df9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                   
                     
                              
                          







                                                                    
                          
                          
 
                           
                                          

                      
PORTNAME=	gsd
DISTVERSION=	2.5.1
CATEGORIES=	science python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	GSD (General Simulation Data) file format for Python

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYNUMPY}
RUN_DEPENDS=	${PYNUMPY}

USES=		python:3.6+
USE_PYTHON=	distutils cython autoplist

.include <bsd.port.mk>