mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
5ab4efc18e
PR: ports/125660 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
29 lines
588 B
Makefile
29 lines
588 B
Makefile
# New ports collection makefile for: mod_wsgi
|
|
# Date created: 07 April 2008
|
|
# Whom: Douglas Thrift
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_wsgi
|
|
PORTVERSION= 2.1
|
|
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}"
|
|
|
|
post-install:
|
|
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|