aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Multiplex
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-11-06 01:36:13 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-11-06 01:36:13 +0000
commit5841719284c1453c2296e43c8da1cd357471a2e2 (patch)
tree0e25f61ae69e748a458184d546d20f9b1f79d494 /devel/p5-IO-Multiplex
parentafad1879c369a6ba327eb0d53b2df293aa0c4c25 (diff)
downloadports-5841719284c1453c2296e43c8da1cd357471a2e2.tar.gz
ports-5841719284c1453c2296e43c8da1cd357471a2e2.zip
Don't commit blindly those simple commits...
Pointy hat to: $self
Notes
Notes: svn path=/head/; revision=176570
Diffstat (limited to 'devel/p5-IO-Multiplex')
-rw-r--r--devel/p5-IO-Multiplex/Makefile14
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>