import p5-Class-Generate

The Class::Generate package exports functions that take as arguments a
class specification and create from these specifications a Perl 5 class.
The specification language allows many object-oriented constructs: typed
members, inheritance, private members, required members, default values,
object methods, class methods, class variables, and more.

ok jasper@
This commit is contained in:
simon 2007-07-28 14:51:32 +00:00
parent 5010b6c234
commit 6c0c975765
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/28 14:51:32 simon Exp $
COMMENT= generate Perl class hierarchies
MODULES= cpan
DISTNAME= Class-Generate-1.09
CATEGORIES= devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Class-Generate-1.09.tar.gz) = bFiNOuOGOJLNdwIyDRfHcA==
RMD160 (Class-Generate-1.09.tar.gz) = zGF6C7qYyelIShnazQTfidHxxII=
SHA1 (Class-Generate-1.09.tar.gz) = RI0otiyaDbEVTnPwhmcRYSazU/M=
SHA256 (Class-Generate-1.09.tar.gz) = 2cwuviFDZaGwWWiS4pQqzxScHOijAYRa2PwOFyUSM54=
SIZE (Class-Generate-1.09.tar.gz) = 53097

View File

@ -0,0 +1,5 @@
The Class::Generate package exports functions that take as arguments a
class specification and create from these specifications a Perl 5 class.
The specification language allows many object-oriented constructs: typed
members, inheritance, private members, required members, default values,
object methods, class methods, class variables, and more.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/28 14:51:32 simon Exp $
${P5SITE}/Class/
${P5SITE}/Class/Generate.pm
${P5SITE}/Class/Generate.pod
@man man/man3p/Class::Generate.3p