freebsd-ports/science/py-gsd/Makefile
Yuri Victorovich 28c25bc5da science/py-gsd: Update 1.8.1 -> 1.9.3
Reported by:	portscout
2019-10-12 16:47:23 +00:00

23 lines
463 B
Makefile

# $FreeBSD$
PORTNAME= gsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.3
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 autoplist
.include <bsd.port.mk>