diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-01 16:54:55 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-01 16:54:55 +0000 |
commit | a7b78f557be0b820525f369d20eedd68bec94dee (patch) | |
tree | 81541266e50f004501d1ec0c804b47a41d4c9ead /devel/p5-Logfile-Rotate | |
parent | 11f466ab53d109d8ff662cd82018c05f4f69561f (diff) |
Notes
Diffstat (limited to 'devel/p5-Logfile-Rotate')
-rw-r--r-- | devel/p5-Logfile-Rotate/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Logfile-Rotate/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Logfile-Rotate/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Logfile-Rotate/pkg-plist | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Logfile-Rotate/Makefile b/devel/p5-Logfile-Rotate/Makefile new file mode 100644 index 000000000000..f6beec6b38cb --- /dev/null +++ b/devel/p5-Logfile-Rotate/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Logfile-Rotate +# Date created: 2006-08-01 +# Whom: Renato Botelho <garga@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Logfile-Rotate +PORTVERSION= 1.04 +CATEGORIES= devel +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= garga@FreeBSD.org +COMMENT= Perl module to rotate logfiles + +PERL_CONFIGURE= yes + +MAN3= Logfile::Rotate.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Logfile-Rotate/distinfo b/devel/p5-Logfile-Rotate/distinfo new file mode 100644 index 000000000000..8dce93ce12be --- /dev/null +++ b/devel/p5-Logfile-Rotate/distinfo @@ -0,0 +1,3 @@ +MD5 (Logfile-Rotate-1.04.tar.gz) = 27877d8f628b37db2e16751acf47b987 +SHA256 (Logfile-Rotate-1.04.tar.gz) = 810f8b7ccd8657d3b1ef53cd47582547845cebb58202b05539b3408638cada3e +SIZE (Logfile-Rotate-1.04.tar.gz) = 11932 diff --git a/devel/p5-Logfile-Rotate/pkg-descr b/devel/p5-Logfile-Rotate/pkg-descr new file mode 100644 index 000000000000..9e8dfb5b7ed4 --- /dev/null +++ b/devel/p5-Logfile-Rotate/pkg-descr @@ -0,0 +1,4 @@ +Perl module to rotate logfiles + +Author: Paul Gampe <pgampe@users.sourceforge.net> +WWW: http://search.cpan.org/dist/Logfile-Rotate/ diff --git a/devel/p5-Logfile-Rotate/pkg-plist b/devel/p5-Logfile-Rotate/pkg-plist new file mode 100644 index 000000000000..7b8078457ad2 --- /dev/null +++ b/devel/p5-Logfile-Rotate/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Logfile/Rotate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Logfile/Rotate/.packlist +@dirrmtry %%SITE_PERL%%/Logfile +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Logfile/Rotate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Logfile |