aboutsummaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:25 +0000
commita9fa3bf2aee062467b95524aa7e28f10181d6df4 (patch)
treeb04b1d3a9fca21aced772aec3727cbec46f69ee2 /lang/python27
parent041eb0a4d0fdb5caa658380cfc87ae30b7aa15e9 (diff)
downloadports-a9fa3bf2aee062467b95524aa7e28f10181d6df4.tar.gz
ports-a9fa3bf2aee062467b95524aa7e28f10181d6df4.zip
Use BROKEN_SSL and update WWW
Notes
Notes: svn path=/head/; revision=438644
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile10
-rw-r--r--lang/python27/pkg-descr2
2 files changed, 4 insertions, 8 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index e1293eae2a1d..8fd63e334137 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -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>
diff --git a/lang/python27/pkg-descr b/lang/python27/pkg-descr
index f595c479c814..9c7e5a6d284b 100644
--- a/lang/python27/pkg-descr
+++ b/lang/python27/pkg-descr
@@ -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/