Prune x11/xpra
[dports.git] / science / py-gsd / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       gsd
4 DISTVERSION=    1.5.2
5 CATEGORIES=     science python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     yuri@FreeBSD.org
10 COMMENT=        GSD (General Simulation Data) file format for Python
11
12 LICENSE=        BSD2CLAUSE
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 RUN_DEPENDS=    ${PYNUMPY}
16 BUILD_DEPENDS=  ${PYNUMPY}
17
18 USES=           python
19 USE_PYTHON=     distutils autoplist
20
21 .include <bsd.port.mk>