freebsd-ports/devel/p5-Log-Dispatch-Scribe/Makefile
Martin Wilke e21b71b1d2 This module provides a Log::Dispatch style interface to Scribe, and is
also fully compatible with Log::Log4perl.

WWW:	http://search.cpan.org/dist/Log-Dispatch-Scribe/

PR:		ports/139420
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-10-11 13:16:15 +00:00

25 lines
531 B
Makefile

# New ports collection makefile for: p5-Log-Dispatch-Scribe
# Date created: 2009-10-08
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Log-Dispatch-Scribe
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Logging via Facebook\'s Scribe server software
RUN_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
PERL_CONFIGURE= yes
MAN1= scribe_cat.pl.1
MAN3= Log::Dispatch::Scribe.3
.include <bsd.port.mk>