aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-06 04:32:14 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-06 04:32:14 +0800
commit78b532f3fde6556a3b7e1e4fa546db637ccc8d2d (patch)
treeeba1dfa879bd0d44b049eb7652d6b189c6581155 /devel
parent58f32c98e5e7bc148d3ad9b6c7e1f77ad53a58d5 (diff)
downloadfreebsd-ports-gnome-78b532f3fde6556a3b7e1e4fa546db637ccc8d2d.tar.gz
freebsd-ports-gnome-78b532f3fde6556a3b7e1e4fa546db637ccc8d2d.tar.zst
freebsd-ports-gnome-78b532f3fde6556a3b7e1e4fa546db637ccc8d2d.zip
- Update *_DEPENDS: TAP::Harness::Env 3.29+ is already in all supported Perl releases
- Add NO_ARCH - Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Build-Tiny/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Module-Build-Tiny/Makefile b/devel/p5-Module-Build-Tiny/Makefile
index 4a795958619b..21819bbf8ba1 100644
--- a/devel/p5-Module-Build-Tiny/Makefile
+++ b/devel/p5-Module-Build-Tiny/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Module-Build-Tiny
PORTVERSION= 0.039
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,10 +20,10 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-Config>=0.003:devel/p5-ExtUtils-Config \
p5-ExtUtils-Helpers>=0.020:devel/p5-ExtUtils-Helpers \
- p5-ExtUtils-InstallPaths>=0.002:devel/p5-ExtUtils-InstallPaths \
- p5-Test-Harness>=3.29:devel/p5-Test-Harness
+ p5-ExtUtils-InstallPaths>=0.002:devel/p5-ExtUtils-InstallPaths
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USE_PERL5= modbuildtiny
USES= perl5