26 lines
584 B
Makefile
26 lines
584 B
Makefile
# New ports collection makefile for: Log::Dispatch::Colorful
|
|
# Date created: 22 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log-Dispatch-Colorful
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for logging to screen
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \
|
|
p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Log::Dispatch::Colorful.3
|
|
|
|
.include <bsd.port.mk>
|