SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
www/p5-HTML-TableExtract/Makefile
Normal file
19
www/p5-HTML-TableExtract/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= module to extract text contained within HTML tables
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = HTML-TableExtract-2.15
|
||||
CATEGORIES= www
|
||||
REVISION = 0
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS = www/p5-HTML-Parser
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= www/p5-HTML-Tree
|
||||
|
||||
MAKE_ENV+= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-TableExtract/distinfo
Normal file
2
www/p5-HTML-TableExtract/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-TableExtract-2.15.tar.gz) = hsWcnVjaPKF02l5i9aD7AvTaArGx4B355dFLtl5MPs8=
|
||||
SIZE (HTML-TableExtract-2.15.tar.gz) = 36481
|
5
www/p5-HTML-TableExtract/pkg/DESCR
Normal file
5
www/p5-HTML-TableExtract/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
HTML::TableExtract is a module that simplifies the extraction of
|
||||
information contained in tables within HTML documents.
|
||||
|
||||
Tables of note may be specified using Headers, Depth, Count, or
|
||||
some combination of the three.
|
2
www/p5-HTML-TableExtract/pkg/PLIST
Normal file
2
www/p5-HTML-TableExtract/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/HTML/TableExtract.pm
|
||||
@man man/man3p/HTML::TableExtract.3p
|
Loading…
Add table
Add a link
Reference in a new issue