Clean up Makefile
- Use PORTVERSION - Remove CPE_VERSION - Update WWW
This commit is contained in:
parent
a59a9f7998
commit
a92815fe29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436184
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python
|
||||
DISTVERSION= ${PYTHON_PORTVERSION}
|
||||
PORTVERSION= ${PYTHON_PORTVERSION}
|
||||
CATEGORIES= lang python ipv6
|
||||
MASTER_SITES= PYTHON/ftp/python/${PYTHON_PORTVERSION}
|
||||
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
|
||||
|
@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
|
|||
|
||||
CPE_VENDOR= python
|
||||
CPE_PRODUCT= ${CPE_VENDOR}
|
||||
CPE_VERSION= ${DISTVERSION}
|
||||
|
||||
# Duplicate python.mk variables. TODO: Let lang/python?? ports use python.mk bits.
|
||||
PYTHON_VER= ${PYTHON_PORTVERSION:R}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Python is an interpreted object-oriented programming language, and is
|
||||
often compared to Tcl, Perl or Scheme.
|
||||
|
||||
WWW: http://www.python.org/
|
||||
WWW: https://www.python.org/
|
||||
|
|
Loading…
Reference in a new issue