diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-26 19:47:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-26 19:47:37 +0800 |
commit | bfbac33221f4d2287b8611a3c5827b625c7cd67c (patch) | |
tree | d461856443ace3b5cf8d62a0c597fe84d471b5e0 /textproc | |
parent | e590fcb712e5ec94f4435d8aec35f1f59c1f9ebd (diff) | |
download | freebsd-ports-gnome-bfbac33221f4d2287b8611a3c5827b625c7cd67c.tar.gz freebsd-ports-gnome-bfbac33221f4d2287b8611a3c5827b625c7cd67c.tar.zst freebsd-ports-gnome-bfbac33221f4d2287b8611a3c5827b625c7cd67c.zip |
We don't need 4 versions of www/py-requests, 2 are enough
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py3-asciinema/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/py3-asciinema/Makefile b/textproc/py3-asciinema/Makefile index 0051d21ad0ec..dafe08cee2bf 100644 --- a/textproc/py3-asciinema/Makefile +++ b/textproc/py3-asciinema/Makefile @@ -2,6 +2,7 @@ PORTNAME= asciinema PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Tool for recording and sharing terminal sessions -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/${PYTHON_PKGNAMEPREFIX}requests \ +LICENSE= GPLv3+ + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py3-requests \ ca_root_nss>=0:security/ca_root_nss -USES= python:3 +USES= python:3.3+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |