1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

- Don't depend on Time::HiRes for perl >= 5.8, since it's included in

default distribution.

PR:		ports/103966
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Florent Thoumie 2006-11-06 01:25:47 +00:00
parent 1370683185
commit afad1879c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176569

View File

@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= IO::Multiplex - Manage IO on many file handles
.if ${PERL_LEVEL} < 500805
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
PERL_CONFIGURE= yes