[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / jq

File: [cvs.NetBSD.org] / pkgsrc / devel / jq / Makefile (download)

Revision 1.1, Thu Apr 25 09:10:26 2013 UTC (10 years, 11 months ago) by jperkin
Branch: MAIN

Import jq-1.1 as devel/jq into pkgsrc.

jq is a lightweight and flexible command-line JSON processor.

jq is like sed for JSON data ãàyou can use it to slice and filter and
map and transform structured data with the same ease that sed, awk, grep
and friends let you play with text.

# $NetBSD: Makefile,v 1.1 2013/04/25 09:10:26 jperkin Exp $

DISTNAME=	jq-1.1
CATEGORIES=	devel
MASTER_SITES=	-https://github.com/stedolan/jq/tarball/${DISTNAME}/

MAINTAINER=	jperkin@joyent.com
HOMEPAGE=	http://github.com/stedolan/jq/
COMMENT=	Command-line JSON processor
LICENSE=	mit

FETCH_USING=	curl

WRKSRC=		${WRKDIR}/stedolan-jq-bf61e95

USE_LANGUAGES=	c99
USE_TOOLS+=	gmake

NO_CONFIGURE=	yes

.include "../../mk/bsd.pkg.mk"