freebsd-ports/devel/jansson/Makefile
Vanilla I. Shu 0e4bc69f55 Add gmake to USES to fix build on 8.3-RELEASE.
Submitted by:	pkg-fallout@
2013-09-25 01:52:29 +00:00

17 lines
353 B
Makefile

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