1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/libjson++/Makefile
Raphael Kubo da Costa 16d4819445 Update to 0.3.4.
PR:		ports/171694
Submitted by:	Richard Kojedzinszky <krichy@cflinux.hu> (maintainer)
2012-09-23 12:17:02 +00:00

21 lines
380 B
Makefile

# 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>