svn commit: r497886 - head/devel/p5-File-Remove

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 4 23:56:16 UTC 2019


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>


More information about the svn-ports-all mailing list