Date: Fri, 30 Jun 2017 13:44:18 +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: r444741 - head/devel/p5-Path-FindDev Message-ID: <201706301344.v5UDiIvo032593@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 13:44:18 2017 New Revision: 444741 URL: https://svnweb.freebsd.org/changeset/ports/444741 Log: Remove Perl core modules - While I'm here: - Add LICENSE_FILE - Add NO_ARCH With hat: perl Modified: head/devel/p5-Path-FindDev/Makefile Modified: head/devel/p5-Path-FindDev/Makefile ============================================================================== --- head/devel/p5-Path-FindDev/Makefile Fri Jun 30 13:44:13 2017 (r444740) +++ head/devel/p5-Path-FindDev/Makefile Fri Jun 30 13:44:18 2017 (r444741) @@ -14,15 +14,14 @@ COMMENT= Find a development path in an upper hierarchy LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Tiny>=0.010:devel/p5-Class-Tiny \ p5-Path-IsDev>=0.2.2:devel/p5-Path-IsDev \ p5-Path-Tiny>=0.054:devel/p5-Path-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CPAN-Meta>0:devel/p5-CPAN-Meta \ - p5-CPAN-Meta-Requirements>2.120:devel/p5-CPAN-Meta-Requirements \ - p5-Test-Simple>=1.001003:devel/p5-Test-Simple +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301344.v5UDiIvo032593>