svn commit: r476284 - head/textproc/p5-MKDoc-XML

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 3 09:07:58 UTC 2018


Author: amdmi3
Date: Fri Aug  3 09:07:57 2018
New Revision: 476284
URL: https://svnweb.freebsd.org/changeset/ports/476284

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

Modified:
  head/textproc/p5-MKDoc-XML/Makefile

Modified: head/textproc/p5-MKDoc-XML/Makefile
==============================================================================
--- head/textproc/p5-MKDoc-XML/Makefile	Fri Aug  3 09:07:08 2018	(r476283)
+++ head/textproc/p5-MKDoc-XML/Makefile	Fri Aug  3 09:07:57 2018	(r476284)
@@ -12,7 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	The MKDoc XML Toolkit
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list