freebsd-ports/devel/p5-Log-Any-Adapter-Syslog/Makefile
Wen Heping bee83fabe7 Log::Any is a generic adapter for writing logging into Perl modules; this
adapter uses the Unix::Syslog module to direct that output into the standard
Unix syslog system.

WWW: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/

PR:		ports/151380
Submitted by:	Bill Brinzer <bill.brinzer@gmail.com>
2010-10-11 08:20:25 +00:00

25 lines
597 B
Makefile

# New ports collection makefile for: devel/p5-Log-Any-Adapter-Syslog
# Date created: 10 Oct 2010
# Whom: Bill Brinzer <bill.brinzer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Log-Any-Adapter-Syslog
PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bill.brinzer@gmail.com
COMMENT= Send Log::Any logs to syslog
RUN_DEPENDS= p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.4.0+
MAN3= Log::Any::Adapter::Syslog.3
.include <bsd.port.mk>