mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Bump PORTREVISION of the following dependent ports for dependency change - databases/p5-DBIx-QuickDB - devel/p5-Shell-Config-Generate - devel/p5-Test-Archive-Libarchive - devel/p5-Test-Future-IO-Impl - devel/p5-Test2-Harness - devel/p5-Test2-Harness-UI - devel/p5-Test2-Plugin-DBIProfile Test2-Suite has been merged into Test-Simple since 1.302200. Reference: https://metacpan.org/dist/Test-Simple/changes
34 lines
935 B
Makefile
34 lines
935 B
Makefile
PORTNAME= JSON-Path
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Search nested hashref/arrayref structures using JSONPath
|
|
WWW= https://metacpan.org/release/JSON-Path
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \
|
|
p5-Exporter-Easy>=0:devel/p5-Exporter-Easy \
|
|
p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-LV>=0:devel/p5-LV \
|
|
p5-Readonly>=0:devel/p5-Readonly \
|
|
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \
|
|
p5-Try-Tiny>=0:lang/p5-Try-Tiny
|
|
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
|
|
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|
p5-Test-Most>=0:devel/p5-Test-Most \
|
|
p5-Test-Simple>=1.302200:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|