Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 11:20:25 +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: r451684 - head/astro/p5-Astro-ADS
Message-ID:  <201710101120.v9ABKPfM038867@repo.freebsd.org>

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

Log:
  Add LICENSE
  
  - Add NO_ARCH

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

Modified: head/astro/p5-Astro-ADS/Makefile
==============================================================================
--- head/astro/p5-Astro-ADS/Makefile	Tue Oct 10 11:20:20 2017	(r451683)
+++ head/astro/p5-Astro-ADS/Makefile	Tue Oct 10 11:20:24 2017	(r451684)
@@ -11,9 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	OO Perl interface to the ADS abstract service
 
+LICENSE=	GPLv2+
+
 BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww
-RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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