diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-06-16 07:57:25 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-06-16 08:26:33 +0000 |
| commit | bc480162aff210b8df912aaf6106c191f6223454 (patch) | |
| tree | 67b1d0d72d50739234333f94130f85f8d49220b3 | |
| parent | eeaa3942361cb6b0fe34411bc1792695ce850f20 (diff) | |
| download | ports-bc480162aff210b8df912aaf6106c191f6223454.tar.gz ports-bc480162aff210b8df912aaf6106c191f6223454.zip | |
x11-toolkits/qt5pas: Add LICENSE entries
PR: 279093
Reported by: Chris Hutchinson <portmaster __at_ bsdforge.com>
| -rw-r--r-- | x11-toolkits/qt5pas/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/qt5pas/Makefile b/x11-toolkits/qt5pas/Makefile index 4ff7799d69ee..1127be4c568e 100644 --- a/x11-toolkits/qt5pas/Makefile +++ b/x11-toolkits/qt5pas/Makefile @@ -1,6 +1,6 @@ PORTNAME= qt5pas PORTVERSION= 2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/acm/ @@ -8,6 +8,11 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Qt5 binding for FreePascal WWW= https://wiki.lazarus.freepascal.org/index.php/Qt_Interface +LICENSE= LGPL3LE +LICENSE_NAME= GNU Lesser General Public License version 3 Link Exception +LICENSE_FILE= ${WRKSRC}/COPYING.TXT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= compiler:c++11-lang qmake qt:5 USE_QT= buildtools:build core gui network printsupport x11extras USE_LDCONFIG= yes |
