aboutsummaryrefslogtreecommitdiff
path: root/irc/py-irc/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2013-01-18 07:40:54 +0000
committerFrederic Culot <culot@FreeBSD.org>2013-01-18 07:40:54 +0000
commitb5f022caf6dbd4c9a509fccaa6fc4ec632e17b6a (patch)
treea7543c66328039b36e3f20df9087558a0ba6bb1a /irc/py-irc/Makefile
parent29ed07ce7d06d08afab1545fa91dc9fc1532fe05 (diff)
downloadports-b5f022caf6dbd4c9a509fccaa6fc4ec632e17b6a.tar.gz
ports-b5f022caf6dbd4c9a509fccaa6fc4ec632e17b6a.zip
Notes
Diffstat (limited to 'irc/py-irc/Makefile')
-rw-r--r--irc/py-irc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile
index 878f68098c44..d945d5a9c4ac 100644
--- a/irc/py-irc/Makefile
+++ b/irc/py-irc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= irc
-PORTVERSION= 5.0.1
+PORTVERSION= 8.0
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= william88@gmail.com
COMMENT= IRC protocol client library for Python
+LICENSE= MIT
+
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_ZIP= yes
@@ -32,6 +34,7 @@ post-install:
.if ${PYTHON_REL} < 270
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib>0:${PORTSDIR}/devel/py-importlib
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
.endif
.include <bsd.port.post.mk>