freebsd-ports/devel/p5-Log-Agent-Logger/Makefile

27 lines
613 B
Makefile
Raw Normal View History

# New ports collection makefile for: Log-Agent-Logger
# Date created: 4 Aug 2002
# Whom: devin@spamcop.net
#
# $FreeBSD$
#
PORTNAME= Log-Agent-Logger
PORTVERSION= 0.1.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Log::Agent::Logger - a logging interface for perl
BUILD_DEPENDS= ${SITE_PERL}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \
${SITE_PERL}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Log::Agent::Logger.3
.include <bsd.port.mk>