svn commit: r444741 - head/devel/p5-Path-FindDev
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 30 13:44:19 UTC 2017
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
More information about the svn-ports-head
mailing list