Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 11:21:12 +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: r451694 - head/astro/p5-ZConf-Weather
Message-ID:  <201710101121.v9ABLCOL042836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 10 11:21:12 2017
New Revision: 451694
URL: https://svnweb.freebsd.org/changeset/ports/451694

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

Modified:
  head/astro/p5-ZConf-Weather/Makefile

Modified: head/astro/p5-ZConf-Weather/Makefile
==============================================================================
--- head/astro/p5-ZConf-Weather/Makefile	Tue Oct 10 11:21:07 2017	(r451693)
+++ head/astro/p5-ZConf-Weather/Makefile	Tue Oct 10 11:21:12 2017	(r451694)
@@ -12,11 +12,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	ZConf module to assist with fetching/printing weather information
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-ZConf>=6.1.0:net/p5-ZConf \
 		p5-Text-NeatTemplate>=0.10.01:textproc/p5-Text-NeatTemplate \
 		p5-Weather-Underground>=3.03:astro/p5-Weather-Underground
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5 shebangfix
 SHEBANG_FILES=	bin/zcweather
 USE_PERL5=	configure



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