SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
www/p5-HTML-SimpleParse/Makefile
Normal file
14
www/p5-HTML-SimpleParse/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= bare-bones HTML parser
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= HTML-SimpleParse-0.12
|
||||
REVISION= 2
|
||||
CATEGORIES= www
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-SimpleParse/distinfo
Normal file
2
www/p5-HTML-SimpleParse/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-SimpleParse-0.12.tar.gz) = wQOhnPmYAUic4j5NqGpfnfefAy8fHHG4Ew0NP/luYwQ=
|
||||
SIZE (HTML-SimpleParse-0.12.tar.gz) = 8486
|
3
www/p5-HTML-SimpleParse/pkg/DESCR
Normal file
3
www/p5-HTML-SimpleParse/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module is a simple HTML parser. It is similar in concept to
|
||||
HTML::Parser, but it differs from HTML::TreeBuilder in a couple of
|
||||
important ways.
|
3
www/p5-HTML-SimpleParse/pkg/PLIST
Normal file
3
www/p5-HTML-SimpleParse/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/HTML/
|
||||
${P5SITE}/HTML/SimpleParse.pm
|
||||
@man man/man3p/HTML::SimpleParse.3p
|
Loading…
Add table
Add a link
Reference in a new issue