SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/p5-Date-Simple/pkg/DESCR
Normal file
4
devel/p5-Date-Simple/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module may be used to create simple date objects. It
|
||||
only handles dates within the range of Unix time. It will
|
||||
only allow the creation of objects for valid dates.
|
||||
Attempting to create an invalid date will return undef.
|
17
devel/p5-Date-Simple/pkg/PLIST
Normal file
17
devel/p5-Date-Simple/pkg/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Date/
|
||||
${P5ARCH}/Date/Simple/
|
||||
${P5ARCH}/Date/Simple.pm
|
||||
${P5ARCH}/Date/Simple/D8.pm
|
||||
${P5ARCH}/Date/Simple/Fmt.pm
|
||||
${P5ARCH}/Date/Simple/ISO.pm
|
||||
${P5ARCH}/Date/Simple/NoXS.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Date/
|
||||
${P5ARCH}/auto/Date/Simple/
|
||||
${P5ARCH}/auto/Date/Simple/Simple.so
|
||||
@man man/man3p/Date::Simple.3p
|
||||
@man man/man3p/Date::Simple::D8.3p
|
||||
@man man/man3p/Date::Simple::Fmt.3p
|
||||
@man man/man3p/Date::Simple::ISO.3p
|
||||
@man man/man3p/Date::Simple::NoXS.3p
|
Loading…
Add table
Add a link
Reference in a new issue