diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-07-15 08:50:08 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-07-15 08:50:08 +0000 |
commit | ea9dcab314f90935c6bd28ba0a7e8804bb5bc0a1 (patch) | |
tree | 91f112c1489902655c58eb39b1bbc5522c8913d3 /devel/p5-Log-Dispatch-File-Stamped | |
parent | e6a7434ab023b662b8c3bc0a0349fd88138a498d (diff) |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch-File-Stamped')
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/pkg-plist | 10 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-File-Stamped/Makefile b/devel/p5-Log-Dispatch-File-Stamped/Makefile new file mode 100644 index 000000000000..2e43a8114952 --- /dev/null +++ b/devel/p5-Log-Dispatch-File-Stamped/Makefile @@ -0,0 +1,24 @@ +# 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.06 +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> diff --git a/devel/p5-Log-Dispatch-File-Stamped/distinfo b/devel/p5-Log-Dispatch-File-Stamped/distinfo new file mode 100644 index 000000000000..26f4bceb8a7d --- /dev/null +++ b/devel/p5-Log-Dispatch-File-Stamped/distinfo @@ -0,0 +1,3 @@ +MD5 (Log-Dispatch-File-Stamped-0.06.tar.gz) = bd8bd9c8cd72d44a2d7c9753d0fb7a58 +SHA256 (Log-Dispatch-File-Stamped-0.06.tar.gz) = fc2a76f928cf3df7dd864c7e9d0b3450d848ba18931a3b4099974212eb7e534d +SIZE (Log-Dispatch-File-Stamped-0.06.tar.gz) = 4279 diff --git a/devel/p5-Log-Dispatch-File-Stamped/pkg-descr b/devel/p5-Log-Dispatch-File-Stamped/pkg-descr new file mode 100644 index 000000000000..967ef36488ee --- /dev/null +++ b/devel/p5-Log-Dispatch-File-Stamped/pkg-descr @@ -0,0 +1,4 @@ +This module provides a Log::Dispatch style interface to log to date/time +stamped files. + +WWW: http://search.cpan.org/dist/Log-Dispatch-File-Stamped/ diff --git a/devel/p5-Log-Dispatch-File-Stamped/pkg-plist b/devel/p5-Log-Dispatch-File-Stamped/pkg-plist new file mode 100644 index 000000000000..b5f4181813ef --- /dev/null +++ b/devel/p5-Log-Dispatch-File-Stamped/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File/Stamped/.packlist +%%SITE_PERL%%/Log/Dispatch/File/Stamped.pm +@dirrmtry %%SITE_PERL%%/Log/Dispatch/File +@dirrmtry %%SITE_PERL%%/Log/Dispatch +@dirrmtry %%SITE_PERL%%/Log +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File/Stamped +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log |