- Add missing BUILD_DEPENDS
- Add TEST_DEPENDS Feature safe: yes
This commit is contained in:
parent
0f12fa899a
commit
b53124fb35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293866
1 changed files with 3 additions and 1 deletions
|
@ -14,12 +14,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= An interface to the Spinn3r API
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue