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:
parent
5010b6c234
commit
6c0c975765
17
devel/p5-Class-Generate/Makefile
Normal file
17
devel/p5-Class-Generate/Makefile
Normal 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>
|
5
devel/p5-Class-Generate/distinfo
Normal file
5
devel/p5-Class-Generate/distinfo
Normal 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
|
5
devel/p5-Class-Generate/pkg/DESCR
Normal file
5
devel/p5-Class-Generate/pkg/DESCR
Normal 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.
|
5
devel/p5-Class-Generate/pkg/PLIST
Normal file
5
devel/p5-Class-Generate/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user