9564cf81b8
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/libinjection/libinjection/releases
26 lines
483 B
Makefile
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>
|