1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-JSON-Path/Makefile

28 lines
599 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}
USES= perl5
USE_PERL5= configure
MAN3= JSON::Path.3
NO_STAGE= yes
post-patch::
@${RM} ${WRKSRC}/lib/JSON/Path.pm.orig
.include <bsd.port.mk>