svn commit: r498356 - head/graphics/p5-Captcha-reCAPTCHA-Mailhide

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 8 09:01:15 UTC 2019


Author: amdmi3
Date: Mon Apr  8 09:01:14 2019
New Revision: 498356
URL: https://svnweb.freebsd.org/changeset/ports/498356

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

Modified:
  head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile

Modified: head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
==============================================================================
--- head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile	Mon Apr  8 08:10:50 2019	(r498355)
+++ head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile	Mon Apr  8 09:01:14 2019	(r498356)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gerard at seibercom.net
 COMMENT=	Perl implementation of the reCAPTCHA Mailhide API
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
 		p5-HTML-Tiny>=0.904:textproc/p5-HTML-Tiny
@@ -19,5 +22,6 @@ RUN_DEPENDS=	p5-Crypt-Rijndael>=0:security/p5-Crypt-Ri
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list