|
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> |