blob: 3ad2d22dbaddc825a23c4d3d7247f4f421bf9bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= gsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.1
PORTREVISION= 1
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>
|