Files
ports/databases/groonga-normalizer-mysql/Makefile
T
Muhammad Moinur Rahman 41c271f755 databases/groonga-normalizer-mysql: New port
Groonga-normalizer-mysql is a Groonga plugin. It provides MySQL
compatible normalizers and a custom normalizers to Groonga.

WWW: https://github.com/groonga/groonga-normalizer-mysql
2026-05-16 13:46:14 +02:00

22 lines
589 B
Makefile

PORTNAME= groonga-normalizer-mysql
#DISTVERIONPREFIX= v
DISTVERSION= 1.3.0
CATEGORIES= databases textproc
MASTER_SITES= https://github.com/groonga/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= bofh@FreeBSD.org
COMMENT= MySQL compatible normalizer plugin for Groonga
WWW= https://github.com/groonga/groonga-normalizer-mysql
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/doc/text/lgpl-2.0.txt
LIB_DEPENDS= libgroonga.so:textproc/groonga
USES= cmake
PLIST_FILES= lib/groonga/plugins/normalizers/mysql.so \
libdata/pkgconfig/groonga-normalizer-mysql.pc
.include <bsd.port.mk>