diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-02-29 22:16:37 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-02-29 22:16:37 +0000 |
commit | 46ad3daf4773b3e10822c8b691caee97d9a47536 (patch) | |
tree | c917e25e1ca32e65e530536bdd22394e3c29bdff | |
parent | 94848bb1ac8f43210e3f9d7fbd99fb043d5ddefa (diff) | |
download | pkgsrc-46ad3daf4773b3e10822c8b691caee97d9a47536.tar.gz |
py-qt5: add LICENSE entry
-rw-r--r-- | x11/py-qt5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt5/Makefile b/x11/py-qt5/Makefile index 39ad94ea975..dba749c42bd 100644 --- a/x11/py-qt5/Makefile +++ b/x11/py-qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2020/01/26 17:32:26 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2020/02/29 22:16:37 gutteridge Exp $ DISTNAME= PyQt5-5.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/} @@ -9,6 +9,7 @@ MASTER_SITES= https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PKGVER MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python binding for Qt5 HOMEPAGE= https://www.riverbankcomputing.com/software/pyqt/intro +LICENSE= gnu-gpl-v3 .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == 27 |