summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-04-16 11:08:25 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-04-16 11:08:25 +0000
commit31a3f6a3bac97f5a826c64cafd933b7902d56be8 (patch)
treeb04b1d3a9fca21aced772aec3727cbec46f69ee2
parent31f126761779e5f0606181fc11227f47d5b3c36f (diff)
downloadFreeBSD-ports-31a3f6a3bac97f5a826c64cafd933b7902d56be8.zip
FreeBSD-ports-31a3f6a3bac97f5a826c64cafd933b7902d56be8.tar.gz
Use BROKEN_SSL and update WWW
-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 e1293ea..8fd63e3 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 f595c47..9c7e5a6 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/
OpenPOWER on IntegriCloud