SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT = class and instance data accessor creation
MODULES = cpan
PKG_ARCH = *
DISTNAME = Class-Data-Accessor-0.04004
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-Data-Accessor-0.04004.tar.gz) = wSLW4t9hNs6b6h5tK3dsueaeAAhezplTAYFMevOo6BQ=
SIZE (Class-Data-Accessor-0.04004.tar.gz) = 24131

View file

@ -0,0 +1,4 @@
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.

View file

@ -0,0 +1,4 @@
${P5SITE}/Class/
${P5SITE}/Class/Data/
${P5SITE}/Class/Data/Accessor.pm
@man man/man3p/Class::Data::Accessor.3p