SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-C-Scan/Makefile
Normal file
14
devel/p5-C-Scan/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= module to scan C language files
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= C-Scan-0.74
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-Data-Flow>=0.05
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-C-Scan/distinfo
Normal file
2
devel/p5-C-Scan/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (C-Scan-0.74.tar.gz) = /dJ9e1tGESZR83fV0WDtec9ft+inmtYJN6EW4m6Kgng=
|
||||
SIZE (C-Scan-0.74.tar.gz) = 14202
|
11
devel/p5-C-Scan/pkg/DESCR
Normal file
11
devel/p5-C-Scan/pkg/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
This module uses Data::Flow interface, thus one uses it in
|
||||
the following fashion:
|
||||
|
||||
$c = new C::Scan(attr1 => $value1, attr2 => $value2);
|
||||
$c->set( attr3 => $value3 );
|
||||
|
||||
$value4 = $c->get('attr4');
|
||||
|
||||
Attributes are depending on some other attributes. The
|
||||
only required attribute, i.e., the attribute which should
|
||||
be set, is filename, which denotes which file to parse.
|
3
devel/p5-C-Scan/pkg/PLIST
Normal file
3
devel/p5-C-Scan/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/C/
|
||||
${P5SITE}/C/Scan.pm
|
||||
@man man/man3p/C::Scan.3p
|
Loading…
Add table
Add a link
Reference in a new issue