mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
275c65d7c3
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jansson
|
|
PORTVERSION= 2.6
|
|
PORTREVISION= 1
|
|
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>
|