freebsd-ports/devel/libjson++/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

15 lines
314 B
Makefile

# Created by: Kojedzinszky Richard <krichy@tvnetwork.hu>
# $FreeBSD$
PORTNAME= libjson++
PORTVERSION= 0.4.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>