mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
29 lines
684 B
Makefile
29 lines
684 B
Makefile
# Created by: Tom Judge <tj@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= JSON-Schema
|
|
PORTVERSION= 0.016
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Validate JSON against a schema
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \
|
|
p5-JSON>=2.0:converters/p5-JSON \
|
|
p5-JSON-Path>=0:devel/p5-JSON-Path \
|
|
p5-JSON-Hyper>=0:devel/p5-JSON-Hyper \
|
|
p5-HTTP-Link-Parser>=0:www/p5-HTTP-Link-Parser \
|
|
p5-libwww>=0:www/p5-libwww \
|
|
p5-autovivification>=0:devel/p5-autovivification \
|
|
p5-match-simple>=0:devel/p5-match-simple
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|