15 lines
269 B
Makefile
15 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:21 espie Exp $
|
|
|
|
COMMENT= run perl program as a daemon process
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Proc-Daemon-0.14
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= sysutils/p5-Proc-ProcessTable
|
|
|
|
.include <bsd.port.mk>
|