SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-Declare-Constraints-Simple/Makefile
Normal file
22
devel/p5-Declare-Constraints-Simple/Makefile
Normal 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>
|
2
devel/p5-Declare-Constraints-Simple/distinfo
Normal file
2
devel/p5-Declare-Constraints-Simple/distinfo
Normal 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
|
3
devel/p5-Declare-Constraints-Simple/pkg/DESCR
Normal file
3
devel/p5-Declare-Constraints-Simple/pkg/DESCR
Normal 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.
|
30
devel/p5-Declare-Constraints-Simple/pkg/PLIST
Normal file
30
devel/p5-Declare-Constraints-Simple/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue