diff options
Diffstat (limited to 'www/mod_wsgi4/Makefile')
-rw-r--r-- | www/mod_wsgi4/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile deleted file mode 100644 index bea57e108537..000000000000 --- a/www/mod_wsgi4/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= mod_wsgi -DISTVERSION= 4.9.4 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= douglas@douglasthrift.net -COMMENT= Python WSGI adapter module for Apache -WWW= https://www.modwsgi.org/ - -LICENSE= APACHE20 - -USES= apache cpe gettext python -USE_PYTHON= flavors - -CPE_VENDOR= modwsgi - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" - -SUB_FILES= pkg-message ${APMOD_FILE} -APMOD_FILE= 270_${PORTNAME}.conf.sample -PLIST_SUB+= APMOD_FILE=${APMOD_FILE} - -pre-everything:: - @${ECHO_MSG} "======================= ATTENTION! ======================" - @${ECHO_MSG} - @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" - @${ECHO_MSG} "Apache and APR include thread support." - @${ECHO_MSG} - @${ECHO_MSG} "=========================================================" - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d - ${INSTALL_DATA} ${WRKDIR}/${APMOD_FILE} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${PORTNAME}.so - -.include <bsd.port.mk> |