Index: head/sysutils/p5-arclog/Makefile =================================================================== --- head/sysutils/p5-arclog/Makefile (revision 471692) +++ head/sysutils/p5-arclog/Makefile (revision 471693) @@ -1,23 +1,26 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= arclog PORTVERSION= 3.04 PORTREVISION= 3 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN/Locale/IMACAT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Archive the log files monthly -RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \ - p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-File-MMagic>=0:devel/p5-File-MMagic \ - p5-Term-ReadKey>=0:devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-TimeDate>=0:devel/p5-TimeDate +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/sysutils/p5-arclog/pkg-descr =================================================================== --- head/sysutils/p5-arclog/pkg-descr (revision 471692) +++ head/sysutils/p5-arclog/pkg-descr (revision 471693) @@ -1,12 +1,12 @@ arclog archives the log files monthly. It strips off log entries that belongs to previous months, and then compresses and saves them to archived files named logfile.yyyymm.gz. Currently, arclog supports Apache access log, Syslog, NTP, Apache 1 SSL engine log and my own bracketed, modified ISO date/time log file formats, and gzip and bzip2 compression methods. Several software projects log (or can log) in a format compatible with the Apache access log, like CUPS, ProFTPD, Pure-FTPd... etc., and arclog can archive their Apache-like log files, too. -WWW: http://search.cpan.org/dist/arclog/ +WWW: https://metacpan.org/release/IMACAT/arclog-3.04