diff --git a/graphics/py-glfw/Makefile b/graphics/py-glfw/Makefile index dcd5c53dc24b..6925fe9caa9c 100644 --- a/graphics/py-glfw/Makefile +++ b/graphics/py-glfw/Makefile @@ -1,21 +1,21 @@ PORTNAME= glfw PORTVERSION= 2.10.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ctypes-based wrapper for GLFW3 WWW= https://github.com/FlorianRhiem/pyGLFW LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libglfw.so:graphics/glfw USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include