svn commit: r486843 - head/net-im/py-xmpppy

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 7 09:01:33 UTC 2018


Author: amdmi3
Date: Fri Dec  7 09:01:32 2018
New Revision: 486843
URL: https://svnweb.freebsd.org/changeset/ports/486843

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/py-xmpppy/Makefile

Modified: head/net-im/py-xmpppy/Makefile
==============================================================================
--- head/net-im/py-xmpppy/Makefile	Fri Dec  7 08:29:55 2018	(r486842)
+++ head/net-im/py-xmpppy/Makefile	Fri Dec  7 09:01:32 2018	(r486843)
@@ -12,6 +12,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}rc1
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	Python library that provides easy scripting with Jabber
 
+LICENSE=	GPLv2+
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:dns/py-dnspython@${PY_FLAVOR}
 
 USES=		python:2.7 shebangfix


More information about the svn-ports-all mailing list