19 lines
298 B
Makefile
19 lines
298 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/10/31 01:03:06 afresh1 Exp $
|
|
|
|
COMMENT = simple, intuitive interface to the fork() system call
|
|
|
|
DISTNAME = Proc-Fork-0.806
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Exporter-Tidy
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|