svn commit: r488517 - head/devel/p5-File-Finder

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 27 09:00:22 UTC 2018


Author: amdmi3
Date: Thu Dec 27 09:00:20 2018
New Revision: 488517
URL: https://svnweb.freebsd.org/changeset/ports/488517

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

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

Modified: head/devel/p5-File-Finder/Makefile
==============================================================================
--- head/devel/p5-File-Finder/Makefile	Thu Dec 27 08:54:55 2018	(r488516)
+++ head/devel/p5-File-Finder/Makefile	Thu Dec 27 09:00:20 2018	(r488517)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Nice wrapper for File::Find ala find(1)
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Text-Glob>0:textproc/p5-Text-Glob
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list