SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Module-Versions-Report/Makefile
Normal file
12
devel/p5-Module-Versions-Report/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= report versions of all perl modules in memory
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Module-Versions-Report-1.06
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Versions-Report/distinfo
Normal file
2
devel/p5-Module-Versions-Report/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Module-Versions-Report-1.06.tar.gz) = oyYdDYSxdnjYxP1V6w+JL1FE2BylPqmjjXXRoArZeWo=
|
||||
SIZE (Module-Versions-Report-1.06.tar.gz) = 6177
|
5
devel/p5-Module-Versions-Report/pkg/DESCR
Normal file
5
devel/p5-Module-Versions-Report/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
If you add "use Module::Versions::Report;" to a program (especially
|
||||
handy if your program is one that demonstrates a bug in some module),
|
||||
then when the program has finished running, you well get a report
|
||||
detailing the all modules in memory, and noting the version of each (for
|
||||
modules that defined a $VERSION, at least).
|
4
devel/p5-Module-Versions-Report/pkg/PLIST
Normal file
4
devel/p5-Module-Versions-Report/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Versions/
|
||||
${P5SITE}/Module/Versions/Report.pm
|
||||
@man man/man3p/Module::Versions::Report.3p
|
Loading…
Add table
Add a link
Reference in a new issue