1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/science/py-gsd/Makefile
Yuri Victorovich 91ba1503db science/py-gsd: Update 1.9.3 -> 1.10.0
Reported by:	portscout
2020-01-03 03:58:46 +00:00

23 lines
471 B
Makefile

# $FreeBSD$
PORTNAME= gsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.10.0
CATEGORIES= science python
MASTER_SITES= http://glotzerlab.engin.umich.edu/Downloads/gsd/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= GSD (General Simulation Data) file format for Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY}
BUILD_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils cython autoplist
.include <bsd.port.mk>