15 lines
276 B
Makefile
15 lines
276 B
Makefile
COMMENT = fork test
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-SharedFork-0.35
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Requires
|
|
|
|
.include <bsd.port.mk>
|