SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-Class-Inspector/Makefile
Normal file
15
devel/p5-Class-Inspector/Makefile
Normal 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>
|
2
devel/p5-Class-Inspector/distinfo
Normal file
2
devel/p5-Class-Inspector/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-Inspector-1.36.tar.gz) = zCldI6RyaHwkSJ1YIm6tI7n9wliOUi8LXwdHdBcAaU4=
|
||||
SIZE (Class-Inspector-1.36.tar.gz) = 27412
|
6
devel/p5-Class-Inspector/pkg/DESCR
Normal file
6
devel/p5-Class-Inspector/pkg/DESCR
Normal 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.
|
6
devel/p5-Class-Inspector/pkg/PLIST
Normal file
6
devel/p5-Class-Inspector/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue