svn commit: r470690 - head/textproc/p5-CSS

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 23 09:04:14 UTC 2018


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


More information about the svn-ports-all mailing list