Files
ports/devel/libinjection/Makefile
T
Po-Chuan Hsieh 9564cf81b8 devel/libinjection: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/libinjection/libinjection/releases
2026-04-19 05:22:13 +08:00

26 lines
483 B
Makefile

PORTNAME= libinjection
PORTVERSION= 4.0.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SQL / SQLI tokenizer parser analyzer
WWW= https://github.com/libinjection/libinjection
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool python:build shebangfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_GITHUB= yes
SHEBANG_GLOB= *.py
.include <bsd.port.mk>