svn commit: r474627 - head/mail/p5-Email-Find

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jul 14 09:07:44 UTC 2018


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 at 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 at FreeBSD.org>
+
+WWW: https://metacpan.org/release/Email-Find


More information about the svn-ports-all mailing list