Use BROKEN_SSL and update WWW
This commit is contained in:
parent
041eb0a4d0
commit
a9fa3bf2ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438644
2 changed files with 4 additions and 8 deletions
|
@ -13,6 +13,8 @@ COMMENT= Interpreted object-oriented programming language
|
|||
|
||||
LICENSE= PSFL
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
|
||||
USES= cpe ncurses pathfix pkgconfig readline ssl tar:xz shebangfix
|
||||
PATHFIX_MAKEFILEIN= Makefile.pre.in
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -135,10 +137,4 @@ post-install:
|
|||
for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \
|
||||
${STRIP_CMD} $$i; done # Strip shared extensions
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT:Mopenssl-devel}
|
||||
BROKEN= Does not build with openssl-devel
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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