freebsd-ports/devel/p5-Log-Dispatch-File-Stamped/Makefile

25 lines
528 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Log-Dispatch-File-Stamped
# Date created: 2010-07-15
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Log-Dispatch-File-Stamped
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= jnlin@csie.nctu.edu.tw
COMMENT= Logging to date/time stamped files
RUN_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
PERL_CONFIGURE= yes
MAN3= Log::Dispatch::File::Stamped.3
.include <bsd.port.mk>