blob: 117235fcbee3c0b2e82c61282710b11456d824ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= Parallel-Fork-BossWorker
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Easily create forking queue processing applications
WWW= https://metacpan.org/release/Parallel-Fork-BossWorker
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|