diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-09-20 18:56:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-09-20 18:56:16 +0000 |
commit | 0c6dbbac51bb5ead11c4c14f6098054f59d46972 (patch) | |
tree | 0dbc91ea9f7fb5a8e61b7241617722058d8d23ef /databases | |
parent | 336320772b454d758ac8ca124a4ac6366f2c0033 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DWH_File/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DWH_File/Makefile b/databases/p5-DWH_File/Makefile index e9cc1fb093c0..b9df0a7324d1 100644 --- a/databases/p5-DWH_File/Makefile +++ b/databases/p5-DWH_File/Makefile @@ -7,6 +7,7 @@ PORTNAME= DWH_File PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Store deep and wide hashes in single level tied hash +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI + PERL_CONFIGURE= yes MAN3= DWH_File.3 DWH_File::Registry::URI.3 DWH_File::Value::Factory.3 \ |