22 lines
421 B
Makefile
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>
|