freebsd-ports/devel/libjson++/Makefile
2019-11-06 12:48:32 +00:00

17 lines
336 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
BROKEN= unfetchable
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>