diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 22:58:22 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:56:01 +0800 |
commit | 77b7715e9527086423cebe22094b467146352273 (patch) | |
tree | aeda69b73e4aa6c63cf1d5c8cae73633757ae4ac /www | |
parent | c3b516aa5bb1f7c2640979d72770a97563e93792 (diff) | |
download | freebsd-ports-gnome-77b7715e9527086423cebe22094b467146352273.tar.gz freebsd-ports-gnome-77b7715e9527086423cebe22094b467146352273.tar.zst freebsd-ports-gnome-77b7715e9527086423cebe22094b467146352273.zip |
Update to 5.220000
- Use real PORTVERSION
- Add LICENSE
- Add TEST_DEPENDS
- Add NO_ARCH
- Remove USE_PERL5=patch
- Sort PLIST
Changes: http://search.cpan.org/dist/HTML-Element-Library/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Element-Library/Makefile | 14 | ||||
-rw-r--r-- | www/p5-HTML-Element-Library/distinfo | 5 | ||||
-rw-r--r-- | www/p5-HTML-Element-Library/pkg-plist | 5 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www/p5-HTML-Element-Library/Makefile b/www/p5-HTML-Element-Library/Makefile index b914d7654bd5..776ec26ba71b 100644 --- a/www/p5-HTML-Element-Library/Makefile +++ b/www/p5-HTML-Element-Library/Makefile @@ -2,29 +2,31 @@ # $FreeBSD$ PORTNAME= HTML-Element-Library -PORTVERSION= 5.112.170 -PORTREVISION= 1 +PORTVERSION= 5.220000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= HTML::Element convenience functions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Array-Group>=0:devel/p5-Array-Group \ p5-Data-Rmap>=0:devel/p5-Data-Rmap \ - p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \ - p5-HTML-PrettyPrinter>=0:www/p5-HTML-PrettyPrinter \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-List-Rotation-Cycle>=0:devel/p5-List-Rotation-Cycle \ p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Scalar-Listify>=0:devel/p5-Scalar-Listify RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Test-XML>=0:devel/p5-Test-XML +NO_ARCH= yes USES= perl5 -USE_PERL5= patch configure +USE_PERL5= configure .include <bsd.port.mk> diff --git a/www/p5-HTML-Element-Library/distinfo b/www/p5-HTML-Element-Library/distinfo index b89dc950db90..f461449e3cff 100644 --- a/www/p5-HTML-Element-Library/distinfo +++ b/www/p5-HTML-Element-Library/distinfo @@ -1,2 +1,3 @@ -SHA256 (HTML-Element-Library-5.112170.tar.gz) = 8b7d32a3b2be93963700e7be8f049df56c25030ce1e2fdbf343dd17eb4f04fb0 -SIZE (HTML-Element-Library-5.112170.tar.gz) = 45629 +TIMESTAMP = 1488290171 +SHA256 (HTML-Element-Library-5.220000.tar.gz) = d38048b0fc7dea17f89a75eb170f3278e6e2076f88d418f2524dfbd339404b24 +SIZE (HTML-Element-Library-5.220000.tar.gz) = 33751 diff --git a/www/p5-HTML-Element-Library/pkg-plist b/www/p5-HTML-Element-Library/pkg-plist index ed2af6d8cb6f..0bf51545c66e 100644 --- a/www/p5-HTML-Element-Library/pkg-plist +++ b/www/p5-HTML-Element-Library/pkg-plist @@ -1,5 +1,2 @@ -%%PERL5_MAN3%%/HTML::Element::Library.3.gz -%%PERL5_MAN3%%/HTML::Element::Library::Changes.3.gz %%SITE_PERL%%/HTML/Element/Library.pm -%%SITE_PERL%%/HTML/Element/Library.pod -%%SITE_PERL%%/HTML/Element/Library/Changes.pod +%%PERL5_MAN3%%/HTML::Element::Library.3.gz |