| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/lang/python3/ |
Upload File : |
PORTNAME= python3
PORTVERSION= 3
PORTREVISION= 3
CATEGORIES= lang python
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= python@FreeBSD.org
COMMENT= Meta-port for the Python interpreter 3.x
WWW= https://www.python.org/
USES= python:3.6+,run
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/2to3-3 \
bin/idle3 \
bin/pydoc3 \
bin/python3 \
bin/python3-config \
libdata/pkgconfig/python3.pc
do-install:
.for file in 2to3- idle pydoc python
${LN} -sf ${file}${PYTHON_VER} \
${STAGEDIR}${PREFIX}/bin/${file}3
.endfor
${LN} -sf python${PYTHON_VER}-config \
${STAGEDIR}${PREFIX}/bin/python3-config
${LN} -sf python-${PYTHON_VER}.pc \
${STAGEDIR}${PREFIX}/libdata/pkgconfig/python3.pc
.include <bsd.port.mk>