aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-yaswfp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-yaswfp/Makefile')
-rw-r--r--graphics/py-yaswfp/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/py-yaswfp/Makefile b/graphics/py-yaswfp/Makefile
new file mode 100644
index 000000000000..802b332bdada
--- /dev/null
+++ b/graphics/py-yaswfp/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+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>