diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-15 09:23:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-15 09:23:15 +0000 |
commit | 8bafa0fb79611c95dedef46c4d0d664fa9dd2201 (patch) | |
tree | 80dd5de692e8236b4cbb882a58dee74ff5bf432d /databases/p5-BSON/Makefile | |
parent | 597524ca8997cbb9e1c74fb1e33e214be44e370e (diff) |
Notes
Diffstat (limited to 'databases/p5-BSON/Makefile')
-rw-r--r-- | databases/p5-BSON/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/p5-BSON/Makefile b/databases/p5-BSON/Makefile index 58830a72aac8..b60ec0b4c405 100644 --- a/databases/p5-BSON/Makefile +++ b/databases/p5-BSON/Makefile @@ -6,7 +6,7 @@ # PORTNAME= BSON -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MINIMAL @@ -15,10 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Perl implementation of MongoDB BSON serialization -BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash +RUN_DEPENDS= p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash TEST_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |