SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-Class-Singleton/Makefile
Normal file
11
devel/p5-Class-Singleton/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
COMMENT= perl singleton pattern
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Class-Singleton-1.6
|
||||
CATEGORIES= devel
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Class-Singleton/distinfo
Normal file
2
devel/p5-Class-Singleton/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-Singleton-1.6.tar.gz) = J7oT8NlRKSkWa72MnvldkNYw/IDwyaG3RYiRBV6SgqQ=
|
||||
SIZE (Class-Singleton-1.6.tar.gz) = 16164
|
11
devel/p5-Class-Singleton/pkg/DESCR
Normal file
11
devel/p5-Class-Singleton/pkg/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
A Singleton describes an object class that can have only one instance
|
||||
in any system. This module implements a Singleton class from which
|
||||
other classes can be derived. By itself, the Class::Singleton
|
||||
module does very little other than manage the instantiation of a
|
||||
single object. In deriving a class from Class::Singleton, your
|
||||
module will inherit the Singleton instantiation method and can
|
||||
implement whatever specific functionality is required.
|
||||
|
||||
For a description and discussion of the Singleton class, see
|
||||
"Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-
|
||||
201-63361-2.
|
3
devel/p5-Class-Singleton/pkg/PLIST
Normal file
3
devel/p5-Class-Singleton/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Class/
|
||||
${P5SITE}/Class/Singleton.pm
|
||||
@man man/man3p/Class::Singleton.3p
|
Loading…
Add table
Add a link
Reference in a new issue