freebsd-ports/science/py-gsd/Makefile
Yuri Victorovich 8e85f0bd30 science/py-gsd: Update 1.5.3 -> 1.5.4
Reported by:	portscout
2018-10-06 04:09:31 +00:00

22 lines
463 B
Makefile

# $FreeBSD$
PORTNAME= gsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.4
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>