openbsd-ports/devel/p5-Proc-PID-File/Makefile
sebastia ff3cfe6484 import p5-Proc-PID-File
s module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent
multiple process instances. The module accomplishes this via *nix-style
pidfiles, which are files that store a process identifier.

tested on i386 and macppc, merdely on amd64

OK merdely
2012-07-13 18:18:30 +00:00

16 lines
304 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 18:18:30 sebastia Exp $
COMMENT = manage process id files
MODULES = cpan
DISTNAME = Proc-PID-File-1.27
CATEGORIES = devel
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>