Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 09:03:01 +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: r463113 - head/www/p5-AnyEvent-HTTP
Message-ID:  <201802270903.w1R931Qa044188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 27 09:03:01 2018
New Revision: 463113
URL: https://svnweb.freebsd.org/changeset/ports/463113

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-AnyEvent-HTTP/Makefile

Modified: head/www/p5-AnyEvent-HTTP/Makefile
==============================================================================
--- head/www/p5-AnyEvent-HTTP/Makefile	Tue Feb 27 08:33:00 2018	(r463112)
+++ head/www/p5-AnyEvent-HTTP/Makefile	Tue Feb 27 09:03:01 2018	(r463113)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vovkasm@gmail.com
 COMMENT=	Simple but non-blocking HTTP/HTTPS client
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-AnyEvent>=5.33:devel/p5-AnyEvent \
 		p5-common-sense>=3.3:devel/p5-common-sense
 RUN_DEPENDS:=	${BUILD_DEPENDS}



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