svn commit: r397145 - head/astro/p5-Astro-Flux

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 17 17:10:22 UTC 2015


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


More information about the svn-ports-all mailing list