diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-05 01:14:44 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-05 01:14:44 +0000 |
commit | f682ed7a04625606a4e4227427a564a9267f608b (patch) | |
tree | 8864ce20e81e8f06bdf812101c91a62a68d7d161 /sysutils/p5-File-Log | |
parent | 0b6987a55e586c3b8183821e57fa24590d51c00f (diff) | |
download | ports-f682ed7a04625606a4e4227427a564a9267f608b.tar.gz ports-f682ed7a04625606a4e4227427a564a9267f608b.zip |
Notes
Diffstat (limited to 'sysutils/p5-File-Log')
-rw-r--r-- | sysutils/p5-File-Log/Makefile | 20 | ||||
-rw-r--r-- | sysutils/p5-File-Log/distinfo | 2 | ||||
-rw-r--r-- | sysutils/p5-File-Log/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/p5-File-Log/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/p5-File-Log/Makefile b/sysutils/p5-File-Log/Makefile new file mode 100644 index 000000000000..80d17345fc74 --- /dev/null +++ b/sysutils/p5-File-Log/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: p5-File-Log +# Date created: 2010-10-4 +# Whom: Tom Judge <tom@tomjudge.com> +# +# $FreeBSD$ + +PORTNAME= File-Log +PORTVERSION= 1.05 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tom@tomjudge.com +COMMENT= A simple Object Orientated Logger + +PERL_CONFIGURE= yes + +MAN3= File::Log.3 + +.include <bsd.port.mk> diff --git a/sysutils/p5-File-Log/distinfo b/sysutils/p5-File-Log/distinfo new file mode 100644 index 000000000000..89f56c9b7d36 --- /dev/null +++ b/sysutils/p5-File-Log/distinfo @@ -0,0 +1,2 @@ +SHA256 (File-Log-1.05.tar.gz) = 6c7ab98e2965bff4118a18fa117d5bade553befa5c9316e7a7754cf28cf38ad9 +SIZE (File-Log-1.05.tar.gz) = 10139 diff --git a/sysutils/p5-File-Log/pkg-descr b/sysutils/p5-File-Log/pkg-descr new file mode 100644 index 000000000000..4be427783206 --- /dev/null +++ b/sysutils/p5-File-Log/pkg-descr @@ -0,0 +1,5 @@ +File::Log is a class providing methods to log data to a file. There are +a number of parameters that can be passed to allow configuration of the +logger. + +WWW: http://search.cpan.org/dist/File-Log/ diff --git a/sysutils/p5-File-Log/pkg-plist b/sysutils/p5-File-Log/pkg-plist new file mode 100644 index 000000000000..1b3823ad99ec --- /dev/null +++ b/sysutils/p5-File-Log/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/File/Log.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log +@dirrmtry %%SITE_PERL%%/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File |