freebsd-ports/devel/libjson++/Makefile
Baptiste Daroussin e236586f64 Support stage
2014-01-21 00:38:09 +00:00

15 lines
314 B
Makefile

# Created by: Kojedzinszky Richard <krichy@tvnetwork.hu>
# $FreeBSD$
PORTNAME= libjson++
PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cflinux.hu/pub/
MAINTAINER= krichy@tvnetwork.hu
COMMENT= Small C++ library to handle JSON serialized data
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>