summaryrefslogtreecommitdiff
path: root/www/mod_wsgi3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /www/mod_wsgi3/Makefile
parentd4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (diff)
Diffstat (limited to 'www/mod_wsgi3/Makefile')
-rw-r--r--www/mod_wsgi3/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile
deleted file mode 100644
index 59ceb6e06641..000000000000
--- a/www/mod_wsgi3/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: mod_wsgi
-# Date created: 07 April 2008
-# Whom: Douglas Thrift
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_wsgi
-PORTVERSION= 2.5
-CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-
-MAINTAINER= douglas@douglasthrift.net
-COMMENT= Python WSGI adapter module for Apache
-
-MAKE_JOBS_SAFE= yes
-
-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>