mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix typo in BUILD_DEPENDS
Reported by: pav Feature safe: yes
This commit is contained in:
parent
380ac975dc
commit
b220c4df90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294437
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= DBD-Mock
|
||||
PORTVERSION= 1.43
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +17,7 @@ COMMENT= Simple mock DBD implementation used for testing
|
|||
|
||||
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-More>=0.47:${PORTSDIR}/devel/p5-Test-Simple
|
||||
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue