diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-11-06 01:36:13 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-11-06 01:36:13 +0000 |
commit | 5841719284c1453c2296e43c8da1cd357471a2e2 (patch) | |
tree | 0e25f61ae69e748a458184d546d20f9b1f79d494 /devel/p5-IO-Multiplex | |
parent | afad1879c369a6ba327eb0d53b2df293aa0c4c25 (diff) | |
download | ports-5841719284c1453c2296e43c8da1cd357471a2e2.tar.gz ports-5841719284c1453c2296e43c8da1cd357471a2e2.zip |
Notes
Diffstat (limited to 'devel/p5-IO-Multiplex')
-rw-r--r-- | devel/p5-IO-Multiplex/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-IO-Multiplex/Makefile b/devel/p5-IO-Multiplex/Makefile index 18890ce0a4e6..525681a2e35c 100644 --- a/devel/p5-IO-Multiplex/Makefile +++ b/devel/p5-IO-Multiplex/Makefile @@ -15,13 +15,15 @@ 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 MAN3= IO::Multiplex.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ( ${PERL_LEVEL} < 500805 ) +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> |