aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-20 20:58:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-20 20:58:38 +0000
commit516ca64d2c93f4af7abfa4b0a94cec93708884a6 (patch)
treefc4d961960221a350f87674b70f46d7e6e5bd6f9 /www
parent6670f0b75774751a7edbaec5af358afdc627a4fb (diff)
downloadports-516ca64d2c93f4af7abfa4b0a94cec93708884a6.tar.gz
ports-516ca64d2c93f4af7abfa4b0a94cec93708884a6.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/mod_wsgi/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/mod_wsgi/Makefile b/www/mod_wsgi/Makefile
index 182bc17afbc2..db7fb2462980 100644
--- a/www/mod_wsgi/Makefile
+++ b/www/mod_wsgi/Makefile
@@ -5,9 +5,7 @@ PORTNAME= mod_wsgi
PORTVERSION= 2.8
PORTREVISION= 2
CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
- http://apt.douglasthrift.net/files/${PORTNAME}/ \
- http://code.douglasthrift.net/files/${PORTNAME}/
+MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
@@ -17,12 +15,12 @@ LICENSE= AL2
LATEST_LINK= mod_wsgi2
-CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.*
PROJECTHOST= modwsgi
USE_APACHE= 22
-USE_PYTHON= 2.5-2.7
+USE_PYTHON= -2.7
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
@@ -31,7 +29,6 @@ SUB_FILES= pkg-message
PORTSCOUT= limit:^2\.
-NO_STAGE= yes
pre-everything::
@${ECHO_MSG} "======================= ATTENTION! ======================"
@${ECHO_MSG}
@@ -42,6 +39,5 @@ pre-everything::
post-install:
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>