aboutsummaryrefslogtreecommitdiff
path: root/www/mod_python3/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-03-24 11:48:41 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-03-24 11:48:41 +0000
commit7da97ced519bc1f0839cd2675eafbf6248579828 (patch)
treee87aa50b2bfd04edb6737078cd5afd213ade5272 /www/mod_python3/Makefile
parentd36391fc9b217b79a2e5b287f86aae7a0484e06c (diff)
downloadports-7da97ced519bc1f0839cd2675eafbf6248579828.tar.gz
ports-7da97ced519bc1f0839cd2675eafbf6248579828.zip
Notes
Diffstat (limited to 'www/mod_python3/Makefile')
-rw-r--r--www/mod_python3/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile
index afdec29ccf39..b366fcd0cf02 100644
--- a/www/mod_python3/Makefile
+++ b/www/mod_python3/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mod_python
-PORTVERSION= 3.1.4
-PORTREVISION= 1
+PORTVERSION= 3.2.8
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= modpython
@@ -16,22 +15,17 @@ EXTRACT_SUFX= .tgz
MAINTAINER= perky@FreeBSD.org
COMMENT= Apache module that embeds the Python interpreter within the server
-WITH_APACHE2= yes
-USE_APACHE= yes
+USE_APACHE= 2.0+
USE_PYTHON= 2.3+
LATEST_LINK= mod_python3
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
+CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \
+ --without-flex
MAKE_ENV= EXPR_COMPAT=yes
-.include <bsd.port.pre.mk>
-
-post-patch:
- ${REINPLACE_CMD} -e 's,LONG_LONG,long long,g' ${WRKSRC}/src/requestobject.c
-
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>