diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-07 17:01:32 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-07 17:01:32 +0800 |
commit | c3698ed5053afe739e33592f8118264819ff175a (patch) | |
tree | 89b8d0857da2dbeea0d44b294b115c76a280a52e /net-im | |
parent | 6cde83cb8d508e3214805642121998d738f1b1e5 (diff) | |
download | freebsd-ports-gnome-c3698ed5053afe739e33592f8118264819ff175a.tar.gz freebsd-ports-gnome-c3698ed5053afe739e33592f8118264819ff175a.tar.zst freebsd-ports-gnome-c3698ed5053afe739e33592f8118264819ff175a.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-xmpppy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/py-xmpppy/Makefile b/net-im/py-xmpppy/Makefile index d6aba525c608..84219a3df213 100644 --- a/net-im/py-xmpppy/Makefile +++ b/net-im/py-xmpppy/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}rc1 MAINTAINER= python@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 |