27 lines
527 B
Makefile
27 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.32 2020/10/06 08:11:59 bluhm Exp $
|
|
|
|
COMMENT = cPanel fork of JSON::XS, fast and correct serializing
|
|
|
|
DISTNAME = Cpanel-JSON-XS-4.24
|
|
|
|
CATEGORIES = converters
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
CPAN_AUTHOR = RURBAN
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = converters/p5-JSON \
|
|
converters/p5-JSON-XS \
|
|
devel/p5-Test-CPAN-Meta>=0.12 \
|
|
devel/p5-Test-LeakTrace \
|
|
devel/p5-common-sense>=3.50 \
|
|
www/p5-Mojo>=6.11
|
|
|
|
.include <bsd.port.mk>
|