16 lines
313 B
Makefile
16 lines
313 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/02/17 14:32:47 benoit Exp $
|
|
|
|
COMMENT = perl extension for wait3 system call
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Proc-Wait3-0.05
|
|
CATEGORIES = sysutils
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|