openbsd-ports/sysutils/p5-Proc-Wait3/Makefile
2022-03-11 19:57:10 +00:00

15 lines
266 B
Makefile

COMMENT = perl extension for wait3 system call
MODULES = cpan
DISTNAME = Proc-Wait3-0.05
CATEGORIES = sysutils
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
.include <bsd.port.mk>