SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Class-Std-Fast/Makefile
Normal file
19
devel/p5-Class-Std-Fast/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= faster Class::Std
|
||||
|
||||
DISTNAME= Class-Std-Fast-v0.0.8
|
||||
PKGNAME= p5-${DISTNAME:S/v//}
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/p5-Class-Std
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Class-Std-Fast/distinfo
Normal file
2
devel/p5-Class-Std-Fast/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-Std-Fast-v0.0.8.tar.gz) = G9Q3Y8ajcxgwl6MOeH9dZxOw2ydRHFLVMyZrWdLPp4A=
|
||||
SIZE (Class-Std-Fast-v0.0.8.tar.gz) = 20915
|
4
devel/p5-Class-Std-Fast/pkg/DESCR
Normal file
4
devel/p5-Class-Std-Fast/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Class::Std::Fast allows you to use the beautiful API of Class::Std in a
|
||||
faster way than Class::Std does. You can get the object's ident via
|
||||
scalarifiyng your object. Getting the objects ident is still possible
|
||||
via the ident method, but it's faster to scalarify your object.
|
6
devel/p5-Class-Std-Fast/pkg/PLIST
Normal file
6
devel/p5-Class-Std-Fast/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5SITE}/Class/Std/
|
||||
${P5SITE}/Class/Std/Fast/
|
||||
${P5SITE}/Class/Std/Fast.pm
|
||||
${P5SITE}/Class/Std/Fast/Storable.pm
|
||||
@man man/man3p/Class::Std::Fast.3p
|
||||
@man man/man3p/Class::Std::Fast::Storable.3p
|
Loading…
Add table
Add a link
Reference in a new issue