svn commit: r473377 - head/science/p5-Chemistry-Mol

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 26 09:07:16 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list