freebsd-ports/devel/libfastjson/Makefile
2017-02-22 15:02:18 +00:00

21 lines
392 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= libfastjson
PORTVERSION= 0.99.4
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= libfastjson is a fork from json-c
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= rsyslog
GNU_CONFIGURE= yes
USES= autoreconf libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>