Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 14:44:31 +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: r498121 - head/devel/p5-Config-Tiny
Message-ID:  <201904061444.x36EiV2f009582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  6 14:44:31 2019
New Revision: 498121
URL: https://svnweb.freebsd.org/changeset/ports/498121

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH

Modified:
  head/devel/p5-Config-Tiny/Makefile

Modified: head/devel/p5-Config-Tiny/Makefile
==============================================================================
--- head/devel/p5-Config-Tiny/Makefile	Sat Apr  6 14:44:26 2019	(r498120)
+++ head/devel/p5-Config-Tiny/Makefile	Sat Apr  6 14:44:31 2019	(r498121)
@@ -12,8 +12,11 @@ COMMENT=	Read/Write .ini style files with as little co
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 USES=		perl5 tar:tgz
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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