SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Class-Classless/Makefile
Normal file
12
devel/p5-Class-Classless/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= perl object without classes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Class-Classless-1.35
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Class-Classless/distinfo
Normal file
2
devel/p5-Class-Classless/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-Classless-1.35.tar.gz) = 9eNZBqfwlLHIgce/tpxjufibONk1ZFuIcewOL63lwsk=
|
||||
SIZE (Class-Classless-1.35.tar.gz) = 23304
|
11
devel/p5-Class-Classless/pkg/DESCR
Normal file
11
devel/p5-Class-Classless/pkg/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
This module allows the use of objects without classes, like in
|
||||
some lesser known object languages based on prototyping.
|
||||
|
||||
Instead of having to define classes with methods, one
|
||||
creates new objects by cloning existing objects, and then
|
||||
adding methods (and attributes) explicitly to a given object.
|
||||
|
||||
`Inheritance' is achieved through object lineage: an object
|
||||
has been cloned from a line of ancestors, and any method
|
||||
not found in an object will be looked up in the object's line
|
||||
of ancestors.
|
3
devel/p5-Class-Classless/pkg/PLIST
Normal file
3
devel/p5-Class-Classless/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Class/
|
||||
${P5SITE}/Class/Classless.pm
|
||||
@man man/man3p/Class::Classless.3p
|
Loading…
Add table
Add a link
Reference in a new issue