Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 09:00:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495569 - head/textproc/p5-Apache-ParseLog
Message-ID:  <201903130900.x2D90xCa069421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Mar 13 09:00:59 2019
New Revision: 495569
URL: https://svnweb.freebsd.org/changeset/ports/495569

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/p5-Apache-ParseLog/Makefile
  head/textproc/p5-Apache-ParseLog/pkg-descr

Modified: head/textproc/p5-Apache-ParseLog/Makefile
==============================================================================
--- head/textproc/p5-Apache-ParseLog/Makefile	Wed Mar 13 08:05:23 2019	(r495568)
+++ head/textproc/p5-Apache-ParseLog/Makefile	Wed Mar 13 09:00:59 2019	(r495569)
@@ -11,7 +11,11 @@ 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 <bsd.port.mk>

Modified: head/textproc/p5-Apache-ParseLog/pkg-descr
==============================================================================
--- head/textproc/p5-Apache-ParseLog/pkg-descr	Wed Mar 13 08:05:23 2019	(r495568)
+++ head/textproc/p5-Apache-ParseLog/pkg-descr	Wed Mar 13 09:00:59 2019	(r495569)
@@ -4,3 +4,5 @@ using this module are generic enough that it is flexib
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130900.x2D90xCa069421>