mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
www/p5-HTML-ExtractContent: Update to 0.12
- Add LICENSE_FILE - Add TEST_DEPENDS - Fix indent Changes: https://metacpan.org/dist/HTML-ExtractContent/changes
This commit is contained in:
parent
0234b90b8c
commit
2442afb340
2 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= HTML-ExtractContent
|
PORTNAME= HTML-ExtractContent
|
||||||
PORTVERSION= 0.11
|
PORTVERSION= 0.12
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:TARAO
|
MASTER_SITE_SUBDIR= CPAN:TARAO
|
||||||
|
@ -10,15 +10,17 @@ COMMENT= Perl extension for HTML content extractor with scoring heuristics
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1+
|
LICENSE= ART10 GPLv1+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= \
|
RUN_DEPENDS= p5-Class-Accessor-Lvalue>=0:devel/p5-Class-Accessor-Lvalue \
|
||||||
p5-Class-Accessor-Lvalue>0:devel/p5-Class-Accessor-Lvalue \
|
p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \
|
||||||
p5-Exporter-Lite>0:devel/p5-Exporter-Lite \
|
p5-HTML-Parser>=0:www/p5-HTML-Parser
|
||||||
p5-HTML-Parser>0:www/p5-HTML-Parser
|
TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= modbuildtiny
|
USE_PERL5= modbuildtiny
|
||||||
NO_ARCH= YES
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (HTML-ExtractContent-0.11.tar.gz) = 80a7e062e935138ecf23586826be9287e537e7ac7c51f9492c36d72c1b602684
|
TIMESTAMP = 1650229158
|
||||||
SIZE (HTML-ExtractContent-0.11.tar.gz) = 14233
|
SHA256 (HTML-ExtractContent-0.12.tar.gz) = a0e4685f71022a5d9f9bf67946206a105f20113dec2785ce78c9a616f3b6e11f
|
||||||
|
SIZE (HTML-ExtractContent-0.12.tar.gz) = 14240
|
||||||
|
|
Loading…
Add table
Reference in a new issue