aboutsummaryrefslogtreecommitdiff
path: root/devel/libfastjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libfastjson/Makefile')
-rw-r--r--devel/libfastjson/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/libfastjson/Makefile b/devel/libfastjson/Makefile
index 665c6896d7fb..987dc1ad0e54 100644
--- a/devel/libfastjson/Makefile
+++ b/devel/libfastjson/Makefile
@@ -1,21 +1,22 @@
-# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
-
PORTNAME= libfastjson
-PORTVERSION= 0.99.9
+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
-GNU_CONFIGURE= yes
-USES= autoreconf libtool pathfix pkgconfig
-INSTALL_TARGET= install-strip
-
+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>