freebsd-ports/graphics/py-pyganim/Makefile

24 lines
515 B
Makefile
Raw Normal View History

# Created by: Johannes Jost Meixner <johannes@perceivon.net>
PORTNAME= pyganim
PORTVERSION= 0.9.2
PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyganim-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sprite animation module for Pygame
LICENSE= BSD2CLAUSE
2021-02-06 21:46:36 +01:00
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
2021-02-06 21:46:36 +01:00
NO_ARCH= yes
.include <bsd.port.mk>