09603b2b53
- Add test depends to allow testing
29 lines
692 B
Makefile
29 lines
692 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.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
|
|
|
|
BUILD_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
|
|
p5-Test-Timer>=0:${PORTSDIR}/devel/p5-Test-Timer
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= scribe_cat.pl.1
|
|
MAN3= Log::Dispatch::Scribe.3
|
|
|
|
.include <bsd.port.mk>
|