|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= POE-Component-Client-Ping |
8 |
PORTNAME= POE-Component-Client-Ping |
| 9 |
PORTVERSION= 0.95 |
9 |
PORTVERSION= 0.98 |
| 10 |
CATEGORIES= devel perl5 net |
10 |
CATEGORIES= devel perl5 net |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ |
| 12 |
http://poe.perl.org/poedown/ |
12 |
http://poe.perl.org/poedown/ |
|
Lines 16-28
Link Here
|
| 16 |
MAINTAINER= skv@protey.ru |
16 |
MAINTAINER= skv@protey.ru |
| 17 |
COMMENT= POE component for non-blocking/concurrent ICMP ping |
17 |
COMMENT= POE component for non-blocking/concurrent ICMP ping |
| 18 |
|
18 |
|
| 19 |
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ |
19 |
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ |
| 20 |
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes |
20 |
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes |
| 21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 22 |
|
22 |
|
| 23 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |
| 24 |
|
24 |
|
| 25 |
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |
|
|
| 26 |
MAN3= POE::Component::Client::Ping.3 |
25 |
MAN3= POE::Component::Client::Ping.3 |
| 27 |
|
26 |
|
| 28 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |