aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-02 15:13:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-02 15:13:37 +0800
commit72538e32e2632187d1546e0b8808dee9735fcba7 (patch)
tree1ae5b85d2dd3c64f025502fe1cd5131370944c54 /devel
parent17de1f88d0e6ca86e358aed581af6fe6cb48dd5f (diff)
downloadfreebsd-ports-gnome-72538e32e2632187d1546e0b8808dee9735fcba7.tar.gz
freebsd-ports-gnome-72538e32e2632187d1546e0b8808dee9735fcba7.tar.zst
freebsd-ports-gnome-72538e32e2632187d1546e0b8808dee9735fcba7.zip
- Fix *_DEPENDS: Time::Piece 1.08+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change With hat: perl
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-MockTime/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Test-MockTime/Makefile b/devel/p5-Test-MockTime/Makefile
index fd6cf86fb121..22fea398729f 100644
--- a/devel/p5-Test-MockTime/Makefile
+++ b/devel/p5-Test-MockTime/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Test-MockTime
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,9 +14,6 @@ COMMENT= Replaces actual time with simulated time
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Time-Piece>=0:devel/p5-Time-Piece
-RUN_DEPENDS= p5-Time-Piece>=0:devel/p5-Time-Piece
-
USES= perl5
USE_PERL5= configure
NO_ARCH= yes