mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Add missing DEPENDS
- Add TEST_DEPENDS - Bump PORTREVISION Feature safe: yes
This commit is contained in:
parent
0eff49e588
commit
c06c3b7ba3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294066
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= FCGI-Async
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -17,8 +18,13 @@ COMMENT= Module to allow use of FastCGI asynchronously
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
|
||||
BUILD_DEPENDS= p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
|
||||
p5-Net-Async-FastCGI>=0:${PORTSDIR}/www/p5-Net-Async-FastCGI \
|
||||
p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \
|
||||
p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString \
|
||||
p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user