b4d0a819e1
- Pet portlint Relnotes: https://github.com/rsyslog/libfastjson/blob/master/ChangeLog
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfastjson
|
|
PORTVERSION= 0.99.8
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= libfastjson is a fork from json-c
|
|
|
|
LICENSE= MIT
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf libtool pathfix pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rsyslog
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|