svn commit: r472597 - head/textproc/p5-XML-Writer

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 17 09:04:35 UTC 2018


Author: amdmi3
Date: Sun Jun 17 09:04:34 2018
New Revision: 472597
URL: https://svnweb.freebsd.org/changeset/ports/472597

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

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

Modified: head/textproc/p5-XML-Writer/Makefile
==============================================================================
--- head/textproc/p5-XML-Writer/Makefile	Sun Jun 17 08:34:39 2018	(r472596)
+++ head/textproc/p5-XML-Writer/Makefile	Sun Jun 17 09:04:34 2018	(r472597)
@@ -12,7 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple Perl module for writing XML documents
 
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list