mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
- update 0.60 -> 0.61 ChangeLog: https://github.com/mschout/Log-Log4perl-Layout-JSON/blob/master/Changes PR: 276545
27 lines
681 B
Makefile
27 lines
681 B
Makefile
PORTNAME= Log-Log4perl-Layout-JSON
|
|
DISTVERSION= 0.61
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Layout a log message as a JSON hash, including MDC data
|
|
WWW= https://metacpan.org/release/Log-Log4perl
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-Tiny>=0:devel/p5-Class-Tiny \
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
|
|
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most \
|
|
p5-Test-Warnings>=0:devel/p5-Test-Warnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|