Date: Mon, 4 Jun 2018 18:18:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471717 - head/www/p5-WWW-RobotRules-Parser Message-ID: <201806041818.w54IIIn6080160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:18:18 2018 New Revision: 471717 URL: https://svnweb.freebsd.org/changeset/ports/471717 Log: Add LICENSE - Add NO_ARCH - Fix and update WWW Approved by: portmgr (blanket) Modified: head/www/p5-WWW-RobotRules-Parser/Makefile head/www/p5-WWW-RobotRules-Parser/pkg-descr Modified: head/www/p5-WWW-RobotRules-Parser/Makefile ============================================================================== --- head/www/p5-WWW-RobotRules-Parser/Makefile Mon Jun 4 18:18:12 2018 (r471716) +++ head/www/p5-WWW-RobotRules-Parser/Makefile Mon Jun 4 18:18:18 2018 (r471717) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Just Parse robots.txt +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-WWW-RobotRules-Parser/pkg-descr ============================================================================== --- head/www/p5-WWW-RobotRules-Parser/pkg-descr Mon Jun 4 18:18:12 2018 (r471716) +++ head/www/p5-WWW-RobotRules-Parser/pkg-descr Mon Jun 4 18:18:18 2018 (r471717) @@ -1,4 +1,4 @@ WWW::RobotRules::Parser allows you to simply parse robots.txt files as described in http://www.robotstxt.org/wc/norobots.html. -WWW: http://http://search.cpan.org/dist/WWW-RobotRules-Parser/ +WWW: https://metacpan.org/release/WWW-RobotRules-Parser
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041818.w54IIIn6080160>