svn commit: r487228 - head/textproc/p5-Text-Brew

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 11 09:01:33 UTC 2018


Author: amdmi3
Date: Tue Dec 11 09:01:31 2018
New Revision: 487228
URL: https://svnweb.freebsd.org/changeset/ports/487228

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

Modified:
  head/textproc/p5-Text-Brew/Makefile

Modified: head/textproc/p5-Text-Brew/Makefile
==============================================================================
--- head/textproc/p5-Text-Brew/Makefile	Tue Dec 11 08:43:59 2018	(r487227)
+++ head/textproc/p5-Text-Brew/Makefile	Tue Dec 11 09:01:31 2018	(r487228)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for the Brew edit distance
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list