SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/p5-Object-Declare/pkg/DESCR
Normal file
7
devel/p5-Object-Declare/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This module exports one function, "declare", for building named objects
|
||||
with a declarative syntax, similar to how Jifty::DBI::Schema defines its
|
||||
columns.
|
||||
|
||||
In list context, "declare" returns a list of name/object pairs in the
|
||||
order of declaration (allowing duplicates), suitable for putting into a
|
||||
hash. In scalar context, "declare" returns a hash reference.
|
3
devel/p5-Object-Declare/pkg/PLIST
Normal file
3
devel/p5-Object-Declare/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Object/
|
||||
${P5SITE}/Object/Declare.pm
|
||||
@man man/man3p/Object::Declare.3p
|
Loading…
Add table
Add a link
Reference in a new issue