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,15 @@
COMMENT= get information about a class and its structure
MODULES= cpan
PKG_ARCH= *
DISTNAME = Class-Inspector-1.36
CATEGORIES= devel
REVISION = 0
# Perl
PERMIT_PACKAGE= Yes
# Hidden test dependency
TEST_DEPENDS= devel/p5-Devel-Hide
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-Inspector-1.36.tar.gz) = zCldI6RyaHwkSJ1YIm6tI7n9wliOUi8LXwdHdBcAaU4=
SIZE (Class-Inspector-1.36.tar.gz) = 27412

View file

@ -0,0 +1,6 @@
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
aren't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual-looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.

View file

@ -0,0 +1,6 @@
${P5SITE}/Class/
${P5SITE}/Class/Inspector/
${P5SITE}/Class/Inspector.pm
${P5SITE}/Class/Inspector/Functions.pm
@man man/man3p/Class::Inspector.3p
@man man/man3p/Class::Inspector::Functions.3p