2020-05-27 21:37:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2020/05/27 19:37:43 wiz Exp $
|
2016-01-01 16:25:43 +01:00
|
|
|
|
2017-12-19 15:07:16 +01:00
|
|
|
DISTNAME= libfastjson-0.99.8
|
2016-01-01 16:25:43 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://download.rsyslog.com/libfastjson/
|
|
|
|
|
2020-05-27 21:37:36 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-07-31 00:32:10 +02:00
|
|
|
HOMEPAGE= https://github.com/rsyslog/libfastjson/
|
2016-01-01 16:25:43 +01:00
|
|
|
COMMENT= Fast json library for C
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-03-09 21:43:07 +01:00
|
|
|
USE_LANGUAGES= c c99
|
2016-01-01 16:25:43 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= libfastjson.pc.in
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|