Prune devel/py-EnthoughtBase
[dports.git] / devel / jansson / Makefile
1 # Created by: vanilla@
2 # $FreeBSD$
3
4 PORTNAME=       jansson
5 PORTVERSION=    2.7
6 PORTREVISION=   1
7 CATEGORIES=     devel
8 MASTER_SITES=   http://www.digip.org/jansson/releases/
9
10 MAINTAINER=     vanilla@FreeBSD.org
11 COMMENT=        C library for encoding, decoding, and manipulating JSON data
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 USES=           cpe pathfix pkgconfig gmake tar:bzip2 libtool
17 USE_LDCONFIG=   yes
18 GNU_CONFIGURE=  yes
19 CPE_VENDOR=     jansson_project
20
21 .include <bsd.port.mk>