SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,22 @@
COMMENT = compare perl data structures
MODULES = cpan
PKG_ARCH = *
DISTNAME = Data-Compare-1.27
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Clone>=0.43 \
devel/p5-File-Find-Rule>=0.1
# Additional depends to avoid skipping tests
TEST_DEPENDS += converters/p5-JSON \
devel/p5-Test-Pod
# Porting Scalar::Properties will enable more tests
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-Compare-1.27.tar.gz) = gYog8fOPdOZSU8+Lz2/tf5SlqN1mL3UzDcr0sRfO6L0=
SIZE (Data-Compare-1.27.tar.gz) = 27111

View file

@ -0,0 +1,2 @@
This module compares arbitrary data structures to see if they are copies
of each other.

View file

@ -0,0 +1,10 @@
${P5SITE}/Data/
${P5SITE}/Data/Compare/
${P5SITE}/Data/Compare.pm
${P5SITE}/Data/Compare/Plugins/
${P5SITE}/Data/Compare/Plugins.pod
${P5SITE}/Data/Compare/Plugins/Scalar/
${P5SITE}/Data/Compare/Plugins/Scalar/Properties.pm
@man man/man3p/Data::Compare.3p
@man man/man3p/Data::Compare::Plugins.3p
@man man/man3p/Data::Compare::Plugins::Scalar::Properties.3p