mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
20 lines
341 B
Makefile
20 lines
341 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Proc-Daemon
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl module that provides a method to daemonify a Perl script
|
|
|
|
TEST_DEPENDS= p5-Proc-ProcessTable>0:perl/p5-Proc-ProcessTable
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|