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

17
devel/p5-B-Debug/Makefile Normal file
View file

@ -0,0 +1,17 @@
COMMENT = module to print debug info about perl ops
DISTNAME = B-Debug-1.26
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
MODULES = cpan
PKG_ARCH = *
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (B-Debug-1.26.tar.gz) = jW0/UTTw3djd5o5lgfWzC3O320D9KNB25PblOG9XDTo=
SIZE (B-Debug-1.26.tar.gz) = 17725

View file

@ -0,0 +1,6 @@
The B::Debug module walks the Perl syntax tree, printing
debug info about ops.
The B module supplies classes which allow a Perl program to
delve into its own innards. It is the module used to implement
the "backends" of the Perl compiler.

View file

@ -0,0 +1,3 @@
${P5SITE}/B/
${P5SITE}/B/Debug.pm
@man man/man3p/B::Debug.3p