freebsd-ports/devel/jansson/Makefile
2014-10-13 13:36:56 +00:00

19 lines
386 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= jansson
PORTVERSION= 2.7
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://www.digip.org/jansson/releases/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= C library for encoding, decoding, and manipulating JSON data
LICENSE= MIT
USES= pathfix pkgconfig gmake tar:bzip2 libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>