mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- fix dependency
- bump PORTREVISION PR: 127765 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
ca512f9c0e
commit
031be3bf02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222058
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Danga-Socket
|
||||
PORTVERSION= 1.59
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,16 +15,17 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Event loop and event-driven async socket base class
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
${SITE_PERL}/${PERL_ARCH}/IO/KQueue.pm:${PORTSDIR}/devel/p5-IO-KQueue \
|
||||
${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \
|
||||
${SITE_PERL}/${PERL_ARCH}/IO/Poll.pm:${PORTSDIR}/devel/p5-IO \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \
|
||||
p5-Sys-Syscall>=0:${PORTSDIR}/devel/p5-Sys-Syscall
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Danga::Socket.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user