summaryrefslogtreecommitdiff
path: root/graphics/py-pyganim/Makefile
blob: af793fca8d5ff875793d9cc70af819cf8824cb33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Johannes Jost Meixner <johannes@perceivon.net>
# $FreeBSD$

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

RUN_DEPENDS=	${PYGAME}

USES=		python zip
USE_PYTHON=	autoplist concurrent distutils
NO_ARCH=	yes

.include <bsd.port.mk>