mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Add BUILD_DEPENDS and RUN_DEPENDS to silence build warnings and ensure
module works - Bump PORTREVISION since package changes
This commit is contained in:
parent
336320772b
commit
0c6dbbac51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282083
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user