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

(-)Makefile (-3 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	POE-Component-JobQueue
8
PORTNAME=	POE-Component-JobQueue
9
PORTVERSION=	0.51
9
PORTVERSION=	0.53
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
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-27 Link Here
16
MAINTAINER=	skv@protey.ru
16
MAINTAINER=	skv@protey.ru
17
COMMENT=	POE component for processing large numbers of tasks with finite numbers of workers
17
COMMENT=	POE component for processing large numbers of tasks with finite numbers of workers
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
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
22
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
23
23
24
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
25
MAN3=		POE::Component::JobQueue.3
24
MAN3=		POE::Component::JobQueue.3
26
25
27
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (POE-Component-JobQueue-0.51.tar.gz) = f72a5ad34446e51f1443c8d950f94565
1
MD5 (POE-Component-JobQueue-0.53.tar.gz) = af14d62682d23f65c0a34b89fbdd832f
(-)pkg-plist (-7 / +7 lines)
Lines 1-7 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist
1
%%SITE_PERL%%/POE/Component/JobQueue.pm
2
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/JobQueue.pm
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true

Return to bug 52179