Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 09:08:11 +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: r478184 - head/www/p5-HTML-Lint
Message-ID:  <201808270908.w7R98B5i057540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 27 09:08:11 2018
New Revision: 478184
URL: https://svnweb.freebsd.org/changeset/ports/478184

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-HTML-Lint/Makefile

Modified: head/www/p5-HTML-Lint/Makefile
==============================================================================
--- head/www/p5-HTML-Lint/Makefile	Mon Aug 27 08:58:38 2018	(r478183)
+++ head/www/p5-HTML-Lint/Makefile	Mon Aug 27 09:08:11 2018	(r478184)
@@ -12,6 +12,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	HTML::Lint - check for HTML errors in a string or file
 
+LICENSE=	ART20
+
 BUILD_DEPENDS=	p5-HTML-Tagset>0:www/p5-HTML-Tagset \
 		p5-libwww>0:www/p5-libwww \
 		p5-HTML-Parser>0:www/p5-HTML-Parser
@@ -19,5 +21,6 @@ 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?201808270908.w7R98B5i057540>