blob: 987dc1ad0e543cea99754013b4a6e76a3729cf6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|