16 lines
261 B
Makefile
16 lines
261 B
Makefile
COMMENT = simple parallel processing fork manager
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Parallel-ForkManager-1.19
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|