Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 09:04:13 +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: r470690 - head/textproc/p5-CSS
Message-ID:  <201805230904.w4N94DDP009059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 23 09:04:13 2018
New Revision: 470690
URL: https://svnweb.freebsd.org/changeset/ports/470690

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

Modified:
  head/textproc/p5-CSS/Makefile

Modified: head/textproc/p5-CSS/Makefile
==============================================================================
--- head/textproc/p5-CSS/Makefile	Wed May 23 08:34:14 2018	(r470689)
+++ head/textproc/p5-CSS/Makefile	Wed May 23 09:04:13 2018	(r470690)
@@ -12,9 +12,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Object oriented access to Cascading Style Sheets (CSS)
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent
 
 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?201805230904.w4N94DDP009059>