diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-02 21:56:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-02 21:56:28 +0000 |
commit | bd097878b053b06d2a841c55737ce73bfe16b3ba (patch) | |
tree | dc6f20240ea056e8c20389587cc9c10383cf040f /lang/cython | |
parent | 14b613326ea0d6d118efe12eebaffe75f8ba5ee1 (diff) | |
download | ports-bd097878b053b06d2a841c55737ce73bfe16b3ba.tar.gz ports-bd097878b053b06d2a841c55737ce73bfe16b3ba.zip |
Notes
Diffstat (limited to 'lang/cython')
-rw-r--r-- | lang/cython/Makefile | 3 | ||||
-rw-r--r-- | lang/cython/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 0bcfdcbba5a4..6b6f2ab962d8 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -4,8 +4,7 @@ PORTNAME= cython PORTVERSION= 0.29 CATEGORIES= lang python -MASTER_SITES= http://www.cython.org/release/ \ - CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Cython-${PORTVERSION} diff --git a/lang/cython/pkg-descr b/lang/cython/pkg-descr index 3520a89ca80e..8ace83e15851 100644 --- a/lang/cython/pkg-descr +++ b/lang/cython/pkg-descr @@ -13,4 +13,4 @@ This makes Cython the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code. -WWW: http://www.cython.org/ +WWW: https://cython.org/ |