diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
commit | b6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch) | |
tree | f2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /www/mod_wsgi3/Makefile | |
parent | - Fix PLIST (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Notes
Notes:
svn path=/head/; revision=232918
svn path=/tags/RELEASE_7_2_0/; revision=232919; tag=release/7.2.0
Diffstat (limited to 'www/mod_wsgi3/Makefile')
-rw-r--r-- | www/mod_wsgi3/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile deleted file mode 100644 index 9eb3cd605f05..000000000000 --- a/www/mod_wsgi3/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mod_wsgi -# Date created: 07 April 2008 -# Whom: Douglas Thrift -# -# $FreeBSD$ -# - -PORTNAME= mod_wsgi -PORTVERSION= 2.3 -CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} - -MAINTAINER= douglas@douglasthrift.net -COMMENT= Python WSGI adapter module for Apache - -PROJECTHOST= modwsgi - -USE_APACHE= 1.3+ -USE_PYTHON= 2.3+ - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" - -SUB_FILES= pkg-message - -post-install: - @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |