Date: Thu, 27 Dec 2018 09:00:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488517 - head/devel/p5-File-Finder Message-ID: <201812270900.wBR90Li3052150@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812270900.wBR90Li3052150>