1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/jansson/Makefile
Dmitry Marakasov 275c65d7c3 - Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-23 13:20:54 +00:00

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>