mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d299430aff
Approved by: erwin (mentor)
27 lines
635 B
Makefile
27 lines
635 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.2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/T/TB/TBONE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|