summaryrefslogtreecommitdiff
path: root/devel/py-click-plugins/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-04-05 09:36:51 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-04-05 09:36:51 +0000
commitd42f401f59a40b873d033a2965b891b4bd0a48a3 (patch)
treeab22a1f9edea18ce7c35e6a568030fcb96264a7c /devel/py-click-plugins/Makefile
parent- Add LICENSE (diff)
- Update to 1.1.1
- Pacify portlint
Diffstat (limited to 'devel/py-click-plugins/Makefile')
-rw-r--r--devel/py-click-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-click-plugins/Makefile b/devel/py-click-plugins/Makefile
index a3699c9da9e0..8848eaa184dd 100644
--- a/devel/py-click-plugins/Makefile
+++ b/devel/py-click-plugins/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= click-plugins
-PORTVERSION= 1.0.4
+PORTVERSION= 1.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
+
NO_ARCH= yes
.include <bsd.port.mk>