Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2018 09:07:43 +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: r474627 - head/mail/p5-Email-Find
Message-ID:  <201807140907.w6E97hd1096561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jul 14 09:07:42 2018
New Revision: 474627
URL: https://svnweb.freebsd.org/changeset/ports/474627

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

Modified:
  head/mail/p5-Email-Find/Makefile
  head/mail/p5-Email-Find/pkg-descr

Modified: head/mail/p5-Email-Find/Makefile
==============================================================================
--- head/mail/p5-Email-Find/Makefile	Sat Jul 14 08:37:43 2018	(r474626)
+++ head/mail/p5-Email-Find/Makefile	Sat Jul 14 09:07:42 2018	(r474627)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Find RFC 822 email addresses in plain text
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Email-Valid>=0:mail/p5-Email-Valid
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/mail/p5-Email-Find/pkg-descr
==============================================================================
--- head/mail/p5-Email-Find/pkg-descr	Sat Jul 14 08:37:43 2018	(r474626)
+++ head/mail/p5-Email-Find/pkg-descr	Sat Jul 14 09:07:42 2018	(r474627)
@@ -9,3 +9,5 @@ can be done without a human.
 
 -Anton
 <tobez@FreeBSD.org>
+
+WWW: https://metacpan.org/release/Email-Find



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