diff options
author | culot <culot@FreeBSD.org> | 2011-09-11 15:26:06 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-09-11 15:26:06 +0800 |
commit | 404f739ed6033b34cec6a008ecd62c07e6fefe66 (patch) | |
tree | 572a5333858e80e98341d4d1a549e38172ea5a48 /net-im/py-jabberbot/Makefile | |
parent | 481d6ab753313298ba77b28ce6ba0d7de8a87bb8 (diff) | |
download | freebsd-ports-gnome-404f739ed6033b34cec6a008ecd62c07e6fefe66.tar.gz freebsd-ports-gnome-404f739ed6033b34cec6a008ecd62c07e6fefe66.tar.zst freebsd-ports-gnome-404f739ed6033b34cec6a008ecd62c07e6fefe66.zip |
- Update to 0.14
- Add LICENSE (GPLv3)
PR: ports/160625
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Diffstat (limited to 'net-im/py-jabberbot/Makefile')
-rw-r--r-- | net-im/py-jabberbot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/py-jabberbot/Makefile b/net-im/py-jabberbot/Makefile index 5ceb39bb3989..c8c356bfb14d 100644 --- a/net-im/py-jabberbot/Makefile +++ b/net-im/py-jabberbot/Makefile @@ -6,15 +6,16 @@ # PORTNAME= jabberbot -PORTVERSION= 0.9 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= net-im python -MASTER_SITES= http://thpinfo.com/2007/python-jabberbot/ +MASTER_SITES= SF/pythonjabberbot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= g.veniamin@googlemail.com COMMENT= A simple Jabber Bot for Python +LICENSE= GPLv3 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xmpp/auth.py:${PORTSDIR}/net-im/py-xmpppy USE_PYTHON= 2.5+ |