16 lines
254 B
Makefile
16 lines
254 B
Makefile
|
COMMENT= parallel job forking and management
|
||
|
|
||
|
DISTNAME = Parallel-Forker-1.260
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
RUN_DEPENDS= sysutils/p5-Proc-ProcessTable
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
.include <bsd.port.mk>
|