aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch-Scribe/Makefile
blob: c894dd1643a15992f4ff27e4056745b2812a9b3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Log
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.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>