Ticket #2934: Portfile

File Portfile, 828 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Class-Singleton 1.03
6maintainers                     mat@FreeBSD.org
7description                     Implementation of a "Singleton" class
8long_description \
9        This is the Class::Singleton module. A Singleton describes an object \
10        class that can have only one instance in any system. An example of a \
11        Singleton might be a print spooler or system registry. This module \
12        implements a Singleton class from which other classes can be derived. \
13        By itself, the Class::Singleton module does very little other than \
14        manage the instantiation of a single object.  In deriving a class from \
15        Class::Singleton, your module will inherit the Singleton instantiation \
16        method and can implement whatever specific functionality is required.
17
18platforms                       darwin
19
20checksums md5 80202a57411cb3e939fec327a87564bf
21