Skip to content

Commit

Permalink
www/p5-HTML-Restrict: Update to 2.2.4
Browse files Browse the repository at this point in the history
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Fix indent
- Sort PLIST

Changes:	https://metacpan.org/dist/HTML-Restrict/changes
  • Loading branch information
sunpoet committed Apr 17, 2022
1 parent ee73c69 commit 43f123a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
22 changes: 12 additions & 10 deletions www/p5-HTML-Restrict/Makefile
@@ -1,5 +1,5 @@
PORTNAME= HTML-Restrict
PORTVERSION= 2.2.2
PORTVERSION= 2.2.4
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -9,19 +9,21 @@ COMMENT= Perl extension to strip unwanted HTML tags and attributes

LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= \
p5-Data-Dump>0:devel/p5-Data-Dump \
p5-HTML-Parser>0:www/p5-HTML-Parser \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-Moo>=1.002000:devel/p5-Moo \
p5-Type-Tiny>=1.000001:devel/p5-Type-Tiny \
p5-URI>0:net/p5-URI \
p5-namespace-clean>0:devel/p5-namespace-clean
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-Moo>=1.002000:devel/p5-Moo \
p5-Sub-Quote>=0:devel/p5-Sub-Quote \
p5-Type-Tiny>=1.000001:devel/p5-Type-Tiny \
p5-URI>=0:net/p5-URI \
p5-namespace-clean>=0:devel/p5-namespace-clean
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal

USES= perl5
USE_PERL5= configure
NO_ARCH= YES

NO_ARCH= yes

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions www/p5-HTML-Restrict/distinfo
@@ -1,2 +1,3 @@
SHA256 (HTML-Restrict-2.2.2.tar.gz) = 90dbd6448999c74563451ad0284e4f1ce4cff7edfad7c3f9c761fcbd487bbfe0
SIZE (HTML-Restrict-2.2.2.tar.gz) = 26190
TIMESTAMP = 1650229164
SHA256 (HTML-Restrict-2.2.4.tar.gz) = 510efed345aa4fd1b5a35833b9352aeadc670f1b993a83236a286adefc5b93a8
SIZE (HTML-Restrict-2.2.4.tar.gz) = 28171
2 changes: 1 addition & 1 deletion www/p5-HTML-Restrict/pkg-plist
@@ -1,2 +1,2 @@
%%PERL5_MAN3%%/HTML::Restrict.3.gz
%%SITE_PERL%%/HTML/Restrict.pm
%%PERL5_MAN3%%/HTML::Restrict.3.gz

0 comments on commit 43f123a

Please sign in to comment.