- Update to 2.13
- Add LICENSE Changes: http://search.cpan.org/dist/HTML-TableExtract/Changes
This commit is contained in:
parent
428c768933
commit
69fd0bc6e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387043
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= HTML-TableExtract
|
PORTNAME= HTML-TableExtract
|
||||||
PORTVERSION= 2.12
|
PORTVERSION= 2.13
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -10,10 +10,12 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Extract text contained in tables within an HTML document
|
COMMENT= Extract text contained in tables within an HTML document
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-HTML-Element-Extended>=1.17:${PORTSDIR}/www/p5-HTML-Element-Extended \
|
BUILD_DEPENDS= p5-HTML-Element-Extended>=1.17:${PORTSDIR}/www/p5-HTML-Element-Extended \
|
||||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
||||||
RUN_DEPENDS= p5-HTML-Element-Extended>=1.17:${PORTSDIR}/www/p5-HTML-Element-Extended \
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (HTML-TableExtract-2.12.tar.gz) = 3c92a812ef34a3aa502e82e12fc1e887a2e56e21ad2d8c9995f0cc9954be686f
|
SHA256 (HTML-TableExtract-2.13.tar.gz) = 0a7d81a265d2d46aeeb277a9d7cd5f5e2c8e3765959b641252c8e0a175ad5106
|
||||||
SIZE (HTML-TableExtract-2.12.tar.gz) = 33797
|
SIZE (HTML-TableExtract-2.13.tar.gz) = 36417
|
||||||
|
|
Loading…
Reference in a new issue