22d2dc89b0
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# New ports collection makefile for: p5-Log-Report
|
|
# Date created: 2007-08-14
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log-Report
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Log
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= Report a problem, pluggable handlers and language support
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Log::Report.3 Log::Report::Die.3 \
|
|
Log::Report::Dispatcher.3 Log::Report::Dispatcher::File.3 \
|
|
Log::Report::Dispatcher::Log4perl.3 \
|
|
Log::Report::Dispatcher::LogDispatch.3 \
|
|
Log::Report::Dispatcher::Perl.3 \
|
|
Log::Report::Dispatcher::Syslog.3 \
|
|
Log::Report::Dispatcher::Try.3 \
|
|
Log::Report::Exception.3 Log::Report::Extract::PerlPPI.3 \
|
|
Log::Report::Lexicon::Index.3 Log::Report::Lexicon::PO.3 \
|
|
Log::Report::Lexicon::POT.3 Log::Report::Lexicon::POTcompact.3 \
|
|
Log::Report::Message.3 Log::Report::Translator.3 \
|
|
Log::Report::Translator::Gettext.3 \
|
|
Log::Report::Translator::POT.3 Log::Report::Util.3 \
|
|
|
|
.include <bsd.port.mk>
|