15 lines
229 B
Makefile
15 lines
229 B
Makefile
|
COMMENT= run perl program as a daemon process
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Proc-Daemon-0.23
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= sysutils/p5-Proc-ProcessTable
|
||
|
|
||
|
.include <bsd.port.mk>
|