diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-10 00:58:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-10 00:58:29 +0800 |
commit | 6c835dd097102480891ce489e96266ab6f91f2bc (patch) | |
tree | e1bff4b4204c07962375844ae4ce4d6f7747ee65 | |
parent | 4df9090a238814328c18a8a63598422284289a2b (diff) | |
download | freebsd-ports-gnome-6c835dd097102480891ce489e96266ab6f91f2bc.tar.gz freebsd-ports-gnome-6c835dd097102480891ce489e96266ab6f91f2bc.tar.zst freebsd-ports-gnome-6c835dd097102480891ce489e96266ab6f91f2bc.zip |
Take maintainership
-rw-r--r-- | graphics/py-imageio/Makefile | 3 |
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> |