28c25bc5da
Reported by: portscout
23 lines
463 B
Makefile
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>
|