Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 23:56:13 +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: r497886 - head/devel/p5-File-Remove
Message-ID:  <201904042356.x34NuDcL040574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr  4 23:56:12 2019
New Revision: 497886
URL: https://svnweb.freebsd.org/changeset/ports/497886

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH

Modified:
  head/devel/p5-File-Remove/Makefile

Modified: head/devel/p5-File-Remove/Makefile
==============================================================================
--- head/devel/p5-File-Remove/Makefile	Thu Apr  4 23:56:06 2019	(r497885)
+++ head/devel/p5-File-Remove/Makefile	Thu Apr  4 23:56:12 2019	(r497886)
@@ -13,8 +13,11 @@ COMMENT=	Perl5 module to easily removes files and dire
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 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?201904042356.x34NuDcL040574>