diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-03 20:11:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-03 20:11:12 +0000 |
commit | f418d4f18c5ddb00a3e64ffec985c3923afe64bf (patch) | |
tree | ad4932bc97e77e3133f0488f9c94ddfdf3f25cd4 /devel/p5-Test-MockTime/Makefile | |
parent | 9a5a407163b927d7724f3374d3aab0021e4c7ce3 (diff) | |
download | ports-f418d4f18c5ddb00a3e64ffec985c3923afe64bf.tar.gz ports-f418d4f18c5ddb00a3e64ffec985c3923afe64bf.zip |
- Update to 0.12
PR: ports/135769
Approved by: maintainer timeout (timur; 16 days)
Submitted by: myself (pgollucci@)
Notes
Notes:
svn path=/head/; revision=237037
Diffstat (limited to 'devel/p5-Test-MockTime/Makefile')
-rw-r--r-- | devel/p5-Test-MockTime/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Test-MockTime/Makefile b/devel/p5-Test-MockTime/Makefile index aaff951c66ca..6cf8d29c3bbd 100644 --- a/devel/p5-Test-MockTime/Makefile +++ b/devel/p5-Test-MockTime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-MockTime -PORTVERSION= 0.09 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= timur@FreeBSD.org COMMENT= Replaces actual time with simulated time +BUILD_DEPENDS= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \ + ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \ ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes |