20 lines
309 B
Makefile
20 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:07 sthen Exp $
|
|
|
|
COMMENT = simple, intuitive interface to the fork() system call
|
|
|
|
DISTNAME = Proc-Fork-0.806
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Exporter-Tidy
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|