Signal::Mask is an abstraction around your process or thread signal mask. from Cesare Gargano (maintainer), ok sthen@
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/01/12 08:51:13 benoit Exp $
|
|
|
|
COMMENT = utility functions dealing with signals
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Signal-Mask-0.008
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/p5-IPC-Signal
|
|
|
|
.include <bsd.port.mk>
|