ports/devel/py-pysdl2/Makefile
Po-Chuan Hsieh 2f465abadb
devel/py-pysdl2: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 21:59:39 +08:00

26 lines
667 B
Makefile

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>