freebsd-ports/graphics/py-pyganim/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

23 lines
473 B
Makefile

# Created by: Johannes Jost Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pyganim
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyganim-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sprite animation module for Pygame
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYGAME}
USES= python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>