diff options
Diffstat (limited to 'deskutils/py-term-background/Makefile')
-rw-r--r-- | deskutils/py-term-background/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/deskutils/py-term-background/Makefile b/deskutils/py-term-background/Makefile index 47135ac55bba..45c98aeab00a 100644 --- a/deskutils/py-term-background/Makefile +++ b/deskutils/py-term-background/Makefile @@ -1,21 +1,20 @@ PORTNAME= term-background -DISTVERSION= 1.0.3.dev0 -PORTREVISION= 1 +DISTVERSION= 1.0.3 CATEGORIES= deskutils python shells -#MASTER_SITES= PYPI +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -#DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION} +DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Shell scripts and Python module to figure out terminal background WWW= https://github.com/rocky/shell-term-background -LICENSE= GPLv2 +LICENSE= GPLv3 -USE_GITHUB= yes -GH_ACCOUNT= rocky -GH_PROJECT= shell-term-background -GH_TAGNAME= 55a9cd227d6428d72f78a2411479eeade1300dff +#USE_GITHUB= yes +#GH_ACCOUNT= rocky +#GH_PROJECT= shell-term-background +#GH_TAGNAME= 55a9cd227d6428d72f78a2411479eeade1300dff BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:sysutils/py-pkginfo@${PY_FLAVOR} |