summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-02 07:13:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-02 07:13:37 +0000
commit0e425012b97ed3feda047ef5e0a369d0f73bed60 (patch)
tree1ae5b85d2dd3c64f025502fe1cd5131370944c54
parent- Fix *_DEPENDS: Sub::Util is only available in perl5.22 and above (diff)
- Fix *_DEPENDS: Time::Piece 1.08+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=412391
-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