Use BROKEN_SSL and update WWW

This commit is contained in:
Sunpoet Po-Chuan Hsieh
2017-04-16 11:08:25 +00:00
parent 041eb0a4d0
commit a9fa3bf2ae
2 changed files with 4 additions and 8 deletions

View File

@@ -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>

View File

@@ -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/