Index: head/textproc/p5-Apache-ParseLog/Makefile =================================================================== --- head/textproc/p5-Apache-ParseLog/Makefile (revision 495568) +++ head/textproc/p5-Apache-ParseLog/Makefile (revision 495569) @@ -1,17 +1,21 @@ # Created by: nork@FreeBSD.org # $FreeBSD$ PORTNAME= Apache-ParseLog PORTVERSION= 1.02 PORTREVISION= 1 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to parse Apache log files +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/textproc/p5-Apache-ParseLog/pkg-descr =================================================================== --- head/textproc/p5-Apache-ParseLog/pkg-descr (revision 495568) +++ head/textproc/p5-Apache-ParseLog/pkg-descr (revision 495569) @@ -1,6 +1,8 @@ Apache::ParseLog provides an easy way to parse the Apache log files, using an object-oriented constructs. The data obtained using this module are generic enough that it is flexible to use the data for your own applications, such as CGI, simple text-only report generator, feeding RDBMS, data for Perl/Tk-based GUI application, etc. + +WWW: https://metacpan.org/release/Apache-ParseLog