svn commit: r471717 - head/www/p5-WWW-RobotRules-Parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:18:24 UTC 2018


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 at 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


More information about the svn-ports-all mailing list