SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Tree-Simple-View/Makefile
Normal file
18
devel/p5-Tree-Simple-View/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= class for viewing Tree::Simple hierarchies
|
||||
|
||||
DISTNAME = Tree-Simple-View-0.180001
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-Class-Throwable>=0.1 \
|
||||
devel/p5-Test-Exception>=0.15 \
|
||||
devel/p5-Test-LongString \
|
||||
devel/p5-Tree-Simple>=1.07
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Tree-Simple-View/distinfo
Normal file
2
devel/p5-Tree-Simple-View/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Tree-Simple-View-0.180001.tar.gz) = vVetomkmD/U91dDBZ2/4yiZqFjp8FLBI4AQ/MLtzwPA=
|
||||
SIZE (Tree-Simple-View-0.180001.tar.gz) = 25182
|
3
devel/p5-Tree-Simple-View/pkg/DESCR
Normal file
3
devel/p5-Tree-Simple-View/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This serves as an abstract base class to the Tree::Simple::View::*
|
||||
classes. There are two implementing classes included here:
|
||||
Tree::Simple::View::HTML and Tree::Simple::View::DHTML.
|
11
devel/p5-Tree-Simple-View/pkg/PLIST
Normal file
11
devel/p5-Tree-Simple-View/pkg/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
${P5SITE}/Tree/Simple/View/
|
||||
${P5SITE}/Tree/Simple/View.pm
|
||||
${P5SITE}/Tree/Simple/View/ASCII.pm
|
||||
${P5SITE}/Tree/Simple/View/DHTML.pm
|
||||
${P5SITE}/Tree/Simple/View/Exceptions.pm
|
||||
${P5SITE}/Tree/Simple/View/HTML.pm
|
||||
@man man/man3p/Tree::Simple::View.3p
|
||||
@man man/man3p/Tree::Simple::View::ASCII.3p
|
||||
@man man/man3p/Tree::Simple::View::DHTML.3p
|
||||
@man man/man3p/Tree::Simple::View::Exceptions.3p
|
||||
@man man/man3p/Tree::Simple::View::HTML.3p
|
Loading…
Add table
Add a link
Reference in a new issue