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= declarative validation of data structures
DISTNAME= Declare-Constraints-Simple-0.03
REVISION= 2
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
CPAN_AUTHOR= PHAYLON
MODULES= cpan
PKG_ARCH= *
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Carp-Clan \
devel/p5-Class-Inspector \
devel/p5-aliased
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Declare-Constraints-Simple-0.03.tar.gz) = 23eujY4K+3bm8b+p7zoxZxiQfoJ/8YHIwK1qnz3YDzY=
SIZE (Declare-Constraints-Simple-0.03.tar.gz) = 30336

View file

@ -0,0 +1,3 @@
This module is to provide an easy way to build a profile to validate
a data structure. It does this by giving you a set of declarative
keywords in the importing namespace.

View file

@ -0,0 +1,30 @@
${P5SITE}/Declare/
${P5SITE}/Declare/Constraints/
${P5SITE}/Declare/Constraints/Simple/
${P5SITE}/Declare/Constraints/Simple.pm
${P5SITE}/Declare/Constraints/Simple/Library/
${P5SITE}/Declare/Constraints/Simple/Library.pm
${P5SITE}/Declare/Constraints/Simple/Library/Array.pm
${P5SITE}/Declare/Constraints/Simple/Library/Base.pm
${P5SITE}/Declare/Constraints/Simple/Library/Exportable.pm
${P5SITE}/Declare/Constraints/Simple/Library/General.pm
${P5SITE}/Declare/Constraints/Simple/Library/Hash.pm
${P5SITE}/Declare/Constraints/Simple/Library/Numerical.pm
${P5SITE}/Declare/Constraints/Simple/Library/OO.pm
${P5SITE}/Declare/Constraints/Simple/Library/Operators.pm
${P5SITE}/Declare/Constraints/Simple/Library/Referencial.pm
${P5SITE}/Declare/Constraints/Simple/Library/Scalar.pm
${P5SITE}/Declare/Constraints/Simple/Result.pm
@man man/man3p/Declare::Constraints::Simple.3p
@man man/man3p/Declare::Constraints::Simple::Library.3p
@man man/man3p/Declare::Constraints::Simple::Library::Array.3p
@man man/man3p/Declare::Constraints::Simple::Library::Base.3p
@man man/man3p/Declare::Constraints::Simple::Library::Exportable.3p
@man man/man3p/Declare::Constraints::Simple::Library::General.3p
@man man/man3p/Declare::Constraints::Simple::Library::Hash.3p
@man man/man3p/Declare::Constraints::Simple::Library::Numerical.3p
@man man/man3p/Declare::Constraints::Simple::Library::OO.3p
@man man/man3p/Declare::Constraints::Simple::Library::Operators.3p
@man man/man3p/Declare::Constraints::Simple::Library::Referencial.3p
@man man/man3p/Declare::Constraints::Simple::Library::Scalar.3p
@man man/man3p/Declare::Constraints::Simple::Result.3p