SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-B-Debug/Makefile
Normal file
17
devel/p5-B-Debug/Makefile
Normal 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>
|
2
devel/p5-B-Debug/distinfo
Normal file
2
devel/p5-B-Debug/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (B-Debug-1.26.tar.gz) = jW0/UTTw3djd5o5lgfWzC3O320D9KNB25PblOG9XDTo=
|
||||
SIZE (B-Debug-1.26.tar.gz) = 17725
|
6
devel/p5-B-Debug/pkg/DESCR
Normal file
6
devel/p5-B-Debug/pkg/DESCR
Normal 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.
|
3
devel/p5-B-Debug/pkg/PLIST
Normal file
3
devel/p5-B-Debug/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/B/
|
||||
${P5SITE}/B/Debug.pm
|
||||
@man man/man3p/B::Debug.3p
|
Loading…
Add table
Add a link
Reference in a new issue