diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-02-07 15:11:00 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-02-07 15:11:00 +0000 |
commit | 5cf171941391673fc60f940e329269888eda3b06 (patch) | |
tree | e7a19e8fd3f8d6ee4519234b5f54e5be9ea7b589 /net/p5-POE-Component-Client-Ping | |
parent | 5042dbadb85de4fd59e6b3db2d919b1177de0062 (diff) |
- simplify dependency
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=249384
Diffstat (limited to 'net/p5-POE-Component-Client-Ping')
-rw-r--r-- | net/p5-POE-Component-Client-Ping/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-POE-Component-Client-Ping/Makefile b/net/p5-POE-Component-Client-Ping/Makefile index 5bafb996b2a6..de0795ba3d64 100644 --- a/net/p5-POE-Component-Client-Ping/Makefile +++ b/net/p5-POE-Component-Client-Ping/Makefile @@ -7,6 +7,7 @@ PORTNAME= POE-Component-Client-Ping PORTVERSION= 1.163 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= POE component for non-blocking/concurrent ICMP ping -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-POE>=1.0070:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |