freebsd-ports/www/mod_wsgi3/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

32 lines
634 B
Makefile

# 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>