1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/libjson++/Makefile
Baptiste Daroussin e236586f64 Support stage
2014-01-21 00:38:09 +00:00

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