mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add missing dependency
This commit is contained in:
parent
95b32750d0
commit
c0e8cacff6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274346
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= DBIx-Class-DateTime-Epoch
|
PORTNAME= DBIx-Class-DateTime-Epoch
|
||||||
PORTVERSION= 0.07
|
PORTVERSION= 0.07
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -18,7 +19,8 @@ LICENSE_COMB= dual
|
||||||
LICENSE= ART20 GPLv1
|
LICENSE= ART20 GPLv1
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||||
p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
|
p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||||
|
p5-DBIx-Class-TimeStamp>=0.11:${PORTSDIR}/databases/p5-DBIx-Class-TimeStamp
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue