mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
d7763e548f
- Add new MASTER_SITE - Whitespace fix PR: ports/139257 Submitted by: douglas@douglasthrift.net (maintainer)
34 lines
686 B
Makefile
34 lines
686 B
Makefile
# New ports collection makefile for: mod_wsgi
|
|
# Date created: 07 April 2008
|
|
# Whom: Douglas Thrift
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_wsgi
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
|
http://code.douglasthrift.net/files/${PORTNAME}/
|
|
|
|
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>
|