Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2018 09:03:21 +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: r465438 - head/math/p5-Math-Base85
Message-ID:  <201803240903.w2O93LKQ003849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Mar 24 09:03:20 2018
New Revision: 465438
URL: https://svnweb.freebsd.org/changeset/ports/465438

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

Modified:
  head/math/p5-Math-Base85/Makefile

Modified: head/math/p5-Math-Base85/Makefile
==============================================================================
--- head/math/p5-Math-Base85/Makefile	Sat Mar 24 08:55:20 2018	(r465437)
+++ head/math/p5-Math-Base85/Makefile	Sat Mar 24 09:03:20 2018	(r465438)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl extension for base 85 numbers, as referenced by RFC 1924
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 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?201803240903.w2O93LKQ003849>