Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 17:10:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397145 - head/astro/p5-Astro-Flux
Message-ID:  <201509171710.t8HHAMiS095800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 17 17:10:21 2015
New Revision: 397145
URL: https://svnweb.freebsd.org/changeset/ports/397145

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/astro/p5-Astro-Flux/Makefile

Modified: head/astro/p5-Astro-Flux/Makefile
==============================================================================
--- head/astro/p5-Astro-Flux/Makefile	Thu Sep 17 17:10:17 2015	(r397144)
+++ head/astro/p5-Astro-Flux/Makefile	Thu Sep 17 17:10:21 2015	(r397145)
@@ -11,12 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Class for handling astronomical flux quantities
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Astro-WaveBand>=0:${PORTSDIR}/astro/p5-Astro-WaveBand \
 		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-Misc-Quality>=0:${PORTSDIR}/astro/p5-Misc-Quality \
 		p5-Number-Uncertainty>=0:${PORTSDIR}/math/p5-Number-Uncertainty
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509171710.t8HHAMiS095800>