freebsd-ports/devel/p5-Log-Agent-Logger/Makefile
Edwin Groothuis 1ea48a6af3 New port: devel/p5-Log-Agent-Logger
p5-Log-Agent-Logger is a new port of the Log::Agent::Logger
	from CPAN, which depends on Log::Agent

PR:		ports/41308
Submitted by:	Tod McQuillin <devin@spamcop.net>
2003-02-04 12:58:12 +00:00

26 lines
665 B
Makefile

# 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
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Log::Agent::Logger.3
.include <bsd.port.mk>