Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2019 09:00:56 +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: r494483 - head/security/p5-Authen-Simple-HTTP
Message-ID:  <201903030900.x2390uxj095315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Mar  3 09:00:55 2019
New Revision: 494483
URL: https://svnweb.freebsd.org/changeset/ports/494483

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

Modified:
  head/security/p5-Authen-Simple-HTTP/Makefile

Modified: head/security/p5-Authen-Simple-HTTP/Makefile
==============================================================================
--- head/security/p5-Authen-Simple-HTTP/Makefile	Sun Mar  3 08:54:17 2019	(r494482)
+++ head/security/p5-Authen-Simple-HTTP/Makefile	Sun Mar  3 09:00:55 2019	(r494483)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Simple HTTP authentication
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Authen-Simple>=0:security/p5-Authen-Simple \
 		p5-libwww>=0:www/p5-libwww
 
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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