opnsense-ports/devel/libfastjson/Makefile
Franco Fichtner 9db3b7b9ea */*: sync with upstream
Taken from: FreeBSD
2023-04-24 07:58:56 +02:00

22 lines
421 B
Makefile

PORTNAME= libfastjson
PORTVERSION= 1.2304.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= Fork of json-c (JSON implementation in C)
WWW= https://github.com/rsyslog/libfastjson
LICENSE= MIT
USES= autoreconf cpe libtool pathfix pkgconfig
CPE_VENDOR= rsyslog
USE_GITHUB= yes
GH_ACCOUNT= rsyslog
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>