Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 09:08:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479513 - head/www/p5-HTML-TokeParser-Simple
Message-ID:  <201809110908.w8B98NOD096274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 11 09:08:23 2018
New Revision: 479513
URL: https://svnweb.freebsd.org/changeset/ports/479513

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-HTML-TokeParser-Simple/Makefile

Modified: head/www/p5-HTML-TokeParser-Simple/Makefile
==============================================================================
--- head/www/p5-HTML-TokeParser-Simple/Makefile	Tue Sep 11 09:05:07 2018	(r479512)
+++ head/www/p5-HTML-TokeParser-Simple/Makefile	Tue Sep 11 09:08:23 2018	(r479513)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Subclass of HTML::TokeParser with easy-to-remember method calls
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
 		p5-Sub-Override>=0:devel/p5-Sub-Override
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809110908.w8B98NOD096274>