diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2024-08-17 17:19:23 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2024-08-17 17:19:23 +0200 |
commit | 53c7660fa5d9de27dd2916695a1bbe56a6e5bf89 (patch) | |
tree | da03738c73d771820c3e8e2b3fe2b105c1a3c690 /databases/pythoncego | |
parent | security/gnutls: Update to 3.8.7.1 (diff) |
databases/pythoncego: fix LICENSE_FILE
Diffstat (limited to 'databases/pythoncego')
-rw-r--r-- | databases/pythoncego/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pythoncego/Makefile b/databases/pythoncego/Makefile index 70c88a733274..8d7387db72b8 100644 --- a/databases/pythoncego/Makefile +++ b/databases/pythoncego/Makefile @@ -9,6 +9,7 @@ COMMENT= Cego database support for Python WWW= https://www.lemke-it.com/ LICENSE= LGPL21+ +LICENSE_FILE= LICENSE LIB_DEPENDS= libcego.so:databases/cego |