|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= POE-Component-Client-DNS |
8 |
PORTNAME= POE-Component-Client-DNS |
| 9 |
PORTVERSION= 0.94 |
9 |
PORTVERSION= 0.95 |
| 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@FreeBSD.org |
16 |
MAINTAINER= skv@FreeBSD.org |
| 17 |
COMMENT= POE component for non-blocking/concurrent DNS queries |
17 |
COMMENT= POE component for non-blocking/concurrent DNS queries |
| 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}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS |
20 |
${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS |
| 21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 22 |
|
22 |
|
| 23 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |
| 24 |
|
24 |
|
| 25 |
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |
|
|
| 26 |
MAN3= POE::Component::Client::DNS.3 |
25 |
MAN3= POE::Component::Client::DNS.3 |
| 27 |
|
26 |
|
| 28 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |