32c557bd8b
Test::SharedFork is utility module for Test::Builder. This module makes forking test! This module merges test count with parent process & child process. From Abel Abraham Camarillo Ojeda on ports@
17 lines
359 B
Makefile
17 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:36:52 landry Exp $
|
|
|
|
COMMENT = fork test
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Test-SharedFork-0.15
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|