diff options
author | swills <swills@FreeBSD.org> | 2011-09-21 02:56:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-09-21 02:56:16 +0800 |
commit | 327c474d54483d3dfb7e7b4d134709a97bd29b1f (patch) | |
tree | 1de703cfc3f42825b2c610fde6962ed6a8fa18a2 /databases | |
parent | ee4e6de6726425385538981775106051a6b113f7 (diff) | |
download | freebsd-ports-gnome-327c474d54483d3dfb7e7b4d134709a97bd29b1f.tar.gz freebsd-ports-gnome-327c474d54483d3dfb7e7b4d134709a97bd29b1f.tar.zst freebsd-ports-gnome-327c474d54483d3dfb7e7b4d134709a97bd29b1f.zip |
- Add BUILD_DEPENDS and RUN_DEPENDS to silence build warnings and ensure
module works
- Bump PORTREVISION since package changes
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 \ |