mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
16 lines
314 B
Makefile
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>
|