View | Details | Raw Unified | Return to bug 52170
Collapse All | Expand All

(-)Makefile (-6 / +5 lines)
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>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (POE-Component-Client-HTTP-0.43.tar.gz) = 0d9b9f7dc6d26eab333daf04f0c4434a
1
MD5 (POE-Component-Client-HTTP-0.53.tar.gz) = f6417b749036bfc026361f7760770665
(-)pkg-plist (-11 / +11 lines)
Lines 1-11 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist
1
%%SITE_PERL%%/POE/Component/Client/HTTP.pm
2
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP.pm
2
%%SITE_PERL%%/POE/Component/Client/HTTP/SSL.pm
3
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP/SSL.pm
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP
4
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP
5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP
5
@dirrm %%SITE_PERL%%/POE/Component/Client/HTTP
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
8
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
9
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
9
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
10
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
10
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
11
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
11
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true

Return to bug 52170