Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 09:07:16 +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: r473377 - head/science/p5-Chemistry-Mol
Message-ID:  <201806260907.w5Q97GRF091541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 26 09:07:15 2018
New Revision: 473377
URL: https://svnweb.freebsd.org/changeset/ports/473377

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

Modified:
  head/science/p5-Chemistry-Mol/Makefile

Modified: head/science/p5-Chemistry-Mol/Makefile
==============================================================================
--- head/science/p5-Chemistry-Mol/Makefile	Tue Jun 26 08:37:18 2018	(r473376)
+++ head/science/p5-Chemistry-Mol/Makefile	Tue Jun 26 09:07:15 2018	(r473377)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl toolkit to describe molecules
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Math-VectorReal>=1.02:math/p5-Math-VectorReal
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 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?201806260907.w5Q97GRF091541>