import CLASS 1.00
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings. CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is not tied. There is no performance loss for using CLASS over __PACKAGE__ except the loading of the module. ok simon@
This commit is contained in:
parent
02f96e10e4
commit
846d1049f4
18
devel/p5-CLASS/Makefile
Normal file
18
devel/p5-CLASS/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/29 13:22:15 jasper Exp $
|
||||
|
||||
COMMENT= alias for __PACKAGE__
|
||||
|
||||
DISTNAME= CLASS-1.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CPAN_AUTHOR= MSCHWERN
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-CLASS/distinfo
Normal file
5
devel/p5-CLASS/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (CLASS-1.00.tar.gz) = g0uIi5yKk2sS3iwWh5i2GA==
|
||||
RMD160 (CLASS-1.00.tar.gz) = zsAClEPZNeg5CFtV3onCMFZ/Kyg=
|
||||
SHA1 (CLASS-1.00.tar.gz) = Abaw/NwS4Tr3UwpFMc/RUtdXPYE=
|
||||
SHA256 (CLASS-1.00.tar.gz) = xRhWIIFXAbP+whMUzNjFaT5r/VGUMVJ9ozcKgWQiBnE=
|
||||
SIZE (CLASS-1.00.tar.gz) = 3579
|
7
devel/p5-CLASS/pkg/DESCR
Normal file
7
devel/p5-CLASS/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
|
||||
|
||||
$CLASS has the additional benefit of working in strings.
|
||||
|
||||
CLASS is a constant, not a subroutine call. $CLASS is a plain variable,
|
||||
it is not tied. There is no performance loss for using CLASS over
|
||||
__PACKAGE__ except the loading of the module.
|
3
devel/p5-CLASS/pkg/PLIST
Normal file
3
devel/p5-CLASS/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/29 13:22:15 jasper Exp $
|
||||
${P5SITE}/CLASS.pm
|
||||
@man man/man3p/CLASS.3p
|
Loading…
Reference in New Issue
Block a user