freebsd-ports/devel/p5-Any-Daemon/Makefile
Dmitry Marakasov 37c405936d - Add devel/p5-Any-Daemon
This module delivers the basic needs for any daemon on UNIX systems.
There are other standard daemon implementations available on CPAN,
with as main common difference that this module is not dedicated to a
specific task. By using Log::Report, you can easily redirect error
reports to any logging mechanism you like.

WWW: http://search.cpan.org/dist/Any-Daemon/

PR:		200627
Submitted by:	martin@waschbuesch.de
2015-06-05 16:37:23 +00:00

24 lines
529 B
Makefile

# Created by: Martin Waschbuesch <martin@waschbuesch.de>
# $FreeBSD$
PORTNAME= Any-Daemon
PORTVERSION= 0.94
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARKOV
PKGNAMEPREFIX= p5-
MAINTAINER= martin@waschbuesch.de
COMMENT= Provides basic needs for a daemon
LICENSE= ART10
RUN_DEPENDS:= p5-Log-Report-Optional>=0:${PORTSDIR}/devel/p5-Log-Report-Optional \
p5-File-Spec-Native>=0:${PORTSDIR}/devel/p5-File-Spec-Native
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>