acde26f363
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# New ports collection makefile for: p5-Log-Agent
|
|
# Date created: 24 Apr 2001
|
|
# Whom: Jesse McConnell <jesse@gallup.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log-Agent
|
|
PORTVERSION= 0.307
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Log
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A set of perl modules that allows you to enhance logging capabilities
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Log::Agent.3 \
|
|
Log::Agent::Channel.3 \
|
|
Log::Agent::Channel::File.3 \
|
|
Log::Agent::Channel::Handle.3 \
|
|
Log::Agent::Channel::Syslog.3 \
|
|
Log::Agent::Driver.3 \
|
|
Log::Agent::Driver::Datum.3 \
|
|
Log::Agent::Driver::Default.3 \
|
|
Log::Agent::Driver::File.3 \
|
|
Log::Agent::Driver::Fork.3 \
|
|
Log::Agent::Driver::Mail.3 \
|
|
Log::Agent::Driver::Silent.3 \
|
|
Log::Agent::Driver::Syslog.3 \
|
|
Log::Agent::File::Native.3 \
|
|
Log::Agent::Message.3 \
|
|
Log::Agent::Priorities.3 \
|
|
Log::Agent::Stamping.3 \
|
|
Log::Agent::Tag.3 \
|
|
Log::Agent::Tag::Callback.3 \
|
|
Log::Agent::Tag::Caller.3 \
|
|
Log::Agent::Tag::Priority.3 \
|
|
Log::Agent::Tag::String.3 \
|
|
Log::Agent::Tag_List.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|