freebsd-ports/devel/jansson/Makefile

20 lines
386 B
Makefile
Raw Normal View History

2012-12-19 17:02:07 +01:00
# Created by: vanilla@
2010-01-30 16:52:15 +01:00
# $FreeBSD$
PORTNAME= jansson
2014-10-13 15:36:56 +02:00
PORTVERSION= 2.7
PORTREVISION= 0
2010-01-30 16:52:15 +01:00
CATEGORIES= devel
MASTER_SITES= http://www.digip.org/jansson/releases/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= C library for encoding, decoding, and manipulating JSON data
2010-01-30 16:52:15 +01:00
LICENSE= MIT
USES= pathfix pkgconfig gmake tar:bzip2 libtool
2010-01-30 16:52:15 +01:00
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>