aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-JobQueue/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-21 11:15:30 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-21 11:15:30 +0000
commitf6f8f7a12ad47c40f7850697622b9a5f76ebaa4f (patch)
treedd32da8f7ac7498919b290b6c5be08e6a87573d7 /devel/p5-POE-Component-JobQueue/Makefile
parent3d0a71ee98f530bc0f7af71fe2895822690eebde (diff)
downloadports-f6f8f7a12ad47c40f7850697622b9a5f76ebaa4f.tar.gz
ports-f6f8f7a12ad47c40f7850697622b9a5f76ebaa4f.zip
Notes
Diffstat (limited to 'devel/p5-POE-Component-JobQueue/Makefile')
-rw-r--r--devel/p5-POE-Component-JobQueue/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-POE-Component-JobQueue/Makefile b/devel/p5-POE-Component-JobQueue/Makefile
index b3eb76029e34..6080bbc143e9 100644
--- a/devel/p5-POE-Component-JobQueue/Makefile
+++ b/devel/p5-POE-Component-JobQueue/Makefile
@@ -6,22 +6,20 @@
#
PORTNAME= POE-Component-JobQueue
-PORTVERSION= 0.51
+PORTVERSION= 0.53
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
- http://poe.perl.org/poedown/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
-COMMENT= POE component for processing large numbers of tasks with finite numbers of workers
+MAINTAINER= skv@FreeBSD.org
+COMMENT= POE component to manage queues and worker pools
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::JobQueue.3
.include <bsd.port.mk>