freebsd-ports/graphics/py-yaswfp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
341 B
Makefile

PORTNAME= yaswfp
PORTVERSION= 0.9.3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Yet Another SWF Parser
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>