mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to 0.08
- Add LICENSE - Add TEST_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/HTML-Element-Replacer/Changes
This commit is contained in:
parent
81c26d0684
commit
6797d0e5aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376867
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTML-Element-Replacer
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,10 +10,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl HTML::Element replacer
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Element-Library>=4.2:${PORTSDIR}/www/p5-HTML-Element-Library \
|
||||
p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
p5-Moose>=0.72:${PORTSDIR}/devel/p5-Moose
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Element-Library>=0:${PORTSDIR}/www/p5-HTML-Element-Library \
|
||||
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-HTML-PrettyPrinter>=0:${PORTSDIR}/www/p5-HTML-PrettyPrinter
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-Element-Replacer-0.06.tar.gz) = 410028c692e2c2dddc4b25c8b9782a48a08891f0bf5297b818554ec81bc796ad
|
||||
SIZE (HTML-Element-Replacer-0.06.tar.gz) = 6241
|
||||
SHA256 (HTML-Element-Replacer-0.08.tar.gz) = acc2687b1b17eac622f0f8715ef4f6f0c31dd32238cdfecad582aa2dbc852d92
|
||||
SIZE (HTML-Element-Replacer-0.08.tar.gz) = 11142
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%PERL5_MAN3%%/HTML::Element::Replacer.3.gz
|
||||
%%SITE_PERL%%/HTML/Element/Replacer.pm
|
||||
%%SITE_PERL%%/HTML/Element/Replacer.pod
|
||||
%%PERL5_MAN3%%/HTML::Element::Replacer.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user