SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Class-Std-Utils/Makefile
Normal file
14
devel/p5-Class-Std-Utils/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= utilities functions to build inside-out objects
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Class-Std-Utils-0.0.2
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Class-Std-Utils/distinfo
Normal file
2
devel/p5-Class-Std-Utils/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-Std-Utils-0.0.2.tar.gz) = FZPjpTR7/2+oqI0Sh3Jj0uOpiwXqFKcoOdfIM6OYouU=
|
||||
SIZE (Class-Std-Utils-0.0.2.tar.gz) = 5113
|
10
devel/p5-Class-Std-Utils/pkg/DESCR
Normal file
10
devel/p5-Class-Std-Utils/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
This module provides three utility subroutines:
|
||||
|
||||
anon_scalar()
|
||||
|
||||
ident($some_ref)
|
||||
|
||||
extract_initializers_from(\%hash)
|
||||
|
||||
Those can be used to simplify the building of inside-out objects,
|
||||
as seen in Damian Conway's book `perl's best practices'.
|
4
devel/p5-Class-Std-Utils/pkg/PLIST
Normal file
4
devel/p5-Class-Std-Utils/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Class/
|
||||
${P5SITE}/Class/Std/
|
||||
${P5SITE}/Class/Std/Utils.pm
|
||||
@man man/man3p/Class::Std::Utils.3p
|
Loading…
Add table
Add a link
Reference in a new issue