aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-imageio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-09 16:58:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-09 16:58:29 +0000
commit442950b6780491d28de94da2f1701842d097f30f (patch)
treee1bff4b4204c07962375844ae4ce4d6f7747ee65 /graphics/py-imageio
parentf864e4a784c597c7206581da13ee184e01ff498a (diff)
downloadports-442950b6780491d28de94da2f1701842d097f30f.tar.gz
ports-442950b6780491d28de94da2f1701842d097f30f.zip
Take maintainership
Notes
Notes: svn path=/head/; revision=479302
Diffstat (limited to 'graphics/py-imageio')
-rw-r--r--graphics/py-imageio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile
index db23f4744516..50959f20d44f 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python library for reading and writing image, video formats
LICENSE= BSD2CLAUSE
@@ -20,6 +20,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
USES= python
USE_PYTHON= distutils concurrent autoplist
+
NO_ARCH= yes
.include <bsd.port.mk>