mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
1862e75acd
search nested hashref/arrayref structures using JSONPath WWW: http://search.cpan.org/dist/JSON-Path/
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= JSON-Path
|
|
PORTVERSION= 0.204
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Search nested hashref/arrayref structures using JSONPath
|
|
|
|
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
|
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
|
p5-Lvalue>=0:${PORTSDIR}/devel/p5-Lvalue
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= JSON::Path.3
|
|
|
|
post-patch::
|
|
@${RM} ${WRKSRC}/lib/JSON/Path.pm.orig
|
|
|
|
.include <bsd.port.mk>
|