freebsd-ports/science/py-gsd/Makefile
Yuri Victorovich 14eb9ebaaf science/py-gsd: Update 1.5.5 -> 1.6.0
Reported by:	portscout
2018-12-21 05:02:15 +00:00

22 lines
463 B
Makefile

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