15 lines
256 B
Makefile
15 lines
256 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:44:57 sthen Exp $
|
|
|
|
COMMENT = utility functions dealing with signals
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = IPC-Signal-1.00
|
|
CATEGORIES = devel
|
|
REVISION = 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|