diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-10-08 13:40:24 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-10-08 13:42:53 +0000 |
commit | 2ae7b8b089973ae2034a9a9e0b01376328493579 (patch) | |
tree | 3030c409a0048615e0e925ea3ef1286af871a0da /databases/pgroonga/Makefile | |
parent | bbee953436c70e18f68d7682ad22634cce173e4c (diff) | |
download | ports-2ae7b8b089973ae2034a9a9e0b01376328493579.tar.gz ports-2ae7b8b089973ae2034a9a9e0b01376328493579.zip |
Diffstat (limited to 'databases/pgroonga/Makefile')
-rw-r--r-- | databases/pgroonga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/pgroonga/Makefile b/databases/pgroonga/Makefile index 5362ca48b52d..2d569f182640 100644 --- a/databases/pgroonga/Makefile +++ b/databases/pgroonga/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> PORTNAME= pgroonga -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/pgroonga/ @@ -9,6 +9,7 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Open-source fulltext search engine for PostGRESQL LICENSE= PostgreSQL +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgroonga.so:textproc/groonga |