import p5-parent

This module allows you to both load one or more modules, while setting
up inheritance from those modules at the same time.
By default, every base class needs to live in a file of its own.  If you
want to have a subclass and its parent class in the same file, you can
tell parent not to load any modules by using the -norequire switch.

ok merdely@
This commit is contained in:
simon 2008-04-26 16:33:40 +00:00
parent 3c2d87c958
commit 173a69bfe0
4 changed files with 32 additions and 0 deletions

19
devel/p5-parent/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/26 16:33:40 simon Exp $
COMMENT = build ISA relationships with base classes at compile time
MODULES = cpan
DISTNAME = parent-0.221
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
CPAN_AUTHOR = CORION
.include <bsd.port.mk>

5
devel/p5-parent/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (parent-0.221.tar.gz) = S6y2gUegY+xHX9GmPJSddA==
RMD160 (parent-0.221.tar.gz) = fuGBzMvVJF+VFljq3/R2FXk3nmk=
SHA1 (parent-0.221.tar.gz) = nRvnJTf+g9aKzKBTLFAoaM4O76E=
SHA256 (parent-0.221.tar.gz) = oEIR5vsr8SkTxj+QRINVBVQBNzftjhMC/Lrcoi7TUJ4=
SIZE (parent-0.221.tar.gz) = 5061

View File

@ -0,0 +1,5 @@
This module allows you to both load one or more modules, while setting
up inheritance from those modules at the same time.
By default, every base class needs to live in a file of its own. If you
want to have a subclass and its parent class in the same file, you can
tell parent not to load any modules by using the -norequire switch.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/26 16:33:40 simon Exp $
${P5SITE}/parent.pm
@man man/man3p/parent.3p