|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= POE-Component-Client-HTTP |
8 |
PORTNAME= POE-Component-Client-HTTP |
| 9 |
PORTVERSION= 0.43 |
9 |
PORTVERSION= 0.53 |
| 10 |
CATEGORIES= devel perl5 www |
10 |
CATEGORIES= devel perl5 www |
| 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-30
Link Here
|
| 16 |
MAINTAINER= skv@FreeBSD.org |
16 |
MAINTAINER= skv@FreeBSD.org |
| 17 |
COMMENT= POE component for non-blocking/concurrent HTTP queries |
17 |
COMMENT= POE component for non-blocking/concurrent HTTP 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}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ |
20 |
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ |
| 21 |
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ |
21 |
${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ |
| 22 |
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI |
22 |
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI |
| 23 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
23 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 24 |
|
24 |
|
| 25 |
PERL_CONFIGURE= yes |
25 |
PERL_CONFIGURE= yes |
| 26 |
|
26 |
|
| 27 |
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |
|
|
| 28 |
MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 |
27 |
MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 |
| 29 |
|
28 |
|
| 30 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |