freebsd-ports/devel/libjson++/Makefile

21 lines
380 B
Makefile
Raw Normal View History

# New ports collection makefile for: libjson++
# Date created: 15 May 2012
# Whom: krichy
#
# $FreeBSD$
#
PORTNAME= libjson++
PORTVERSION= 0.3.4
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cflinux.hu/pub/
MAINTAINER= krichy@tvnetwork.hu
COMMENT= Small C++ library to handle JSON serialized data
USE_CMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>