diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-15 00:53:57 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-15 01:16:50 +0800 |
commit | ca72191b6710a2d05255b95ed7132daa7f6611f0 (patch) | |
tree | cdbc116d4919898dcf5f1b8a0ca049caf29a7f70 /net | |
parent | math/libsemigroups: Fix PLIST (diff) |
net/py-tiny-proxy: Use PYPI instead of CHEESESHOP
Approved by: portmgr (blanket)
With hat: python
Diffstat (limited to 'net')
-rw-r--r-- | net/py-tiny-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-tiny-proxy/Makefile b/net/py-tiny-proxy/Makefile index 125c4be6224b..423cf0ef9ce1 100644 --- a/net/py-tiny-proxy/Makefile +++ b/net/py-tiny-proxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= tiny-proxy DISTVERSION= 0.2.1 CATEGORIES= net www python -MASTER_SITES= CHEESESHOP +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} |