blob: ba7b748687071e448e720e40d09e76b484ec1730 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= pysdl2
PORTVERSION= 0.9.16
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PySDL2-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python bindings to the SDL2 libraries
WWW= https://github.com/py-sdl/py-sdl2
LICENSE= PD CC0-1.0 ZLIB
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/doc/copying.rst
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= dos2unix python sdl
USE_PYTHON= autoplist concurrent pep517
USE_SDL= gfx2 image2 mixer2 sdl2 ttf2
NO_ARCH= yes
.include <bsd.port.mk>
|