diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-24 04:06:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-24 04:06:03 +0800 |
commit | 49a70d3aba7b12cd833e233dfcc61d09c19a7af9 (patch) | |
tree | 21e779ffe9507676680f41f63130eaffcdee8c78 /www | |
parent | bf0defe2abe1109b838da9d15a9e6252c029147f (diff) | |
download | freebsd-ports-gnome-49a70d3aba7b12cd833e233dfcc61d09c19a7af9.tar.gz freebsd-ports-gnome-49a70d3aba7b12cd833e233dfcc61d09c19a7af9.tar.zst freebsd-ports-gnome-49a70d3aba7b12cd833e233dfcc61d09c19a7af9.zip |
- Update to 0.005
- Add LICENSE_FILE
- Remove *.pod in post-extract:
Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WebDriver-Tiny/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WebDriver-Tiny/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-WebDriver-Tiny/Makefile b/www/p5-WebDriver-Tiny/Makefile index 2872c2c00e0e..faf00cb40a0e 100644 --- a/www/p5-WebDriver-Tiny/Makefile +++ b/www/p5-WebDriver-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebDriver-Tiny -PORTVERSION= 0.004 +PORTVERSION= 0.005 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CVLIBRARY @@ -13,6 +13,7 @@ COMMENT= Selenium 2.0 bindings for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep @@ -20,8 +21,7 @@ USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= yes -post-install: -# No need for these - @${FIND} ${STAGEDIR} -name '*.pod' -delete +post-extract: + @${FIND} ${WRKSRC}/lib/ -name '*.pod' -delete .include <bsd.port.mk> diff --git a/www/p5-WebDriver-Tiny/distinfo b/www/p5-WebDriver-Tiny/distinfo index 2aba10ce94a2..40aa8acda5dd 100644 --- a/www/p5-WebDriver-Tiny/distinfo +++ b/www/p5-WebDriver-Tiny/distinfo @@ -1,2 +1,3 @@ -SHA256 (WebDriver-Tiny-0.004.tar.gz) = 6791ea3fa3ef41d6f51d76a527883d9ac105ee66abee61c6281d7f35ecb5080b -SIZE (WebDriver-Tiny-0.004.tar.gz) = 25265 +TIMESTAMP = 1479918956 +SHA256 (WebDriver-Tiny-0.005.tar.gz) = 86a22ed2032c648702b92e5b60ecad0861d74c4751ad92a38f65dc8055360243 +SIZE (WebDriver-Tiny-0.005.tar.gz) = 25340 |