svn commit: r498121 - head/devel/p5-Config-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:44:34 UTC 2019


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>


More information about the svn-ports-head mailing list