1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/jansson/Makefile
Vanilla I. Shu 14faaf1ffb Upgrade to 1.3.
Feature safe:	yes
2010-07-01 13:30:49 +00:00

21 lines
433 B
Makefile

# New ports collection makefile for: jansson
# Date created: January 30 2010
# Whom: vanilla@
#
# $FreeBSD$
#
PORTNAME= jansson
PORTVERSION= 1.3
CATEGORIES= devel
MASTER_SITES= http://www.digip.org/jansson/releases/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A C library for encoding, decoding and manipulating JSON data
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget pkgconfig
.include <bsd.port.mk>