Files
ports/devel/libfastjson/Makefile
Stefan Eßer 10f6d4e917 devel/libfastjson: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:26 +02:00

23 lines
430 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
PORTNAME= libfastjson
PORTVERSION= 0.99.9
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= Fork of json-c (JSON implementation in C)
LICENSE= MIT
GNU_CONFIGURE= yes
USES= autoreconf cpe libtool pathfix pkgconfig
CPE_VENDOR= rsyslog
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= rsyslog
USE_LDCONFIG= yes
.include <bsd.port.mk>