diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-21 11:26:07 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-21 11:26:07 +0000 |
commit | 29e123bceff1d241c97eed442cf24af1c8bfb835 (patch) | |
tree | 0a54cb0765580ef409f1d065771410f2a790425e /net/p5-POE-Component-Client-Ping/Makefile | |
parent | 0af203e0e61f18c211759d856465142fce5c0670 (diff) | |
download | ports-29e123bceff1d241c97eed442cf24af1c8bfb835.tar.gz ports-29e123bceff1d241c97eed442cf24af1c8bfb835.zip |
Updated to 0.98
PR: ports/52171
Notes
Notes:
svn path=/head/; revision=81596
Diffstat (limited to 'net/p5-POE-Component-Client-Ping/Makefile')
-rw-r--r-- | net/p5-POE-Component-Client-Ping/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/p5-POE-Component-Client-Ping/Makefile b/net/p5-POE-Component-Client-Ping/Makefile index c7fb71a835ca..ebe089b29969 100644 --- a/net/p5-POE-Component-Client-Ping/Makefile +++ b/net/p5-POE-Component-Client-Ping/Makefile @@ -6,23 +6,22 @@ # PORTNAME= POE-Component-Client-Ping -PORTVERSION= 0.95 +PORTVERSION= 0.98 CATEGORIES= devel perl5 net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://poe.perl.org/poedown/ MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking/concurrent ICMP ping -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +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} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::Client::Ping.3 .include <bsd.port.mk> |