1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/mod_python3/Makefile
Pav Lucistnik 03a32e52da - Update to 3.3.1
PR:		ports/109378
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout (perky; 1 month)
2007-03-25 17:00:05 +00:00

31 lines
641 B
Makefile

# New ports collection makefile for: mod_python
# Date created: 28 August 2000
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= mod_python
PORTVERSION= 3.3.1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= modpython
EXTRACT_SUFX= .tgz
MAINTAINER= perky@FreeBSD.org
COMMENT= Apache module that embeds the Python interpreter within the server
USE_APACHE= 2.0+
USE_PYTHON= yes
LATEST_LINK= mod_python3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \
--without-flex
MAKE_ENV= EXPR_COMPAT=yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>