1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/science/py-gsd/Makefile
Yuri Victorovich e63b3ed2cc science/py-gsd: Update 2.4.1 -> 2.4.2A
Reported by:	portscout
2021-04-17 17:53:22 -07:00

20 lines
403 B
Makefile

PORTNAME= gsd
DISTVERSION= 2.4.2
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>