2000-10-28 01:20:02 +00:00
|
|
|
# New ports collection makefile for: mod_python
|
|
|
|
# Date created: 28 August 2000
|
2003-01-07 02:47:59 +00:00
|
|
|
# Whom: Hye-Shik Chang
|
2000-10-28 01:20:02 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_python
|
2007-03-25 17:00:05 +00:00
|
|
|
PORTVERSION= 3.3.1
|
2008-08-28 17:24:07 +00:00
|
|
|
PORTREVISION= 2
|
2000-10-28 01:20:02 +00:00
|
|
|
CATEGORIES= www python
|
2003-04-16 21:35:34 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
2003-01-07 02:47:59 +00:00
|
|
|
MASTER_SITE_SUBDIR= modpython
|
2001-08-16 09:31:29 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-10-28 01:20:02 +00:00
|
|
|
|
2008-07-24 13:50:56 +00:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2003-02-25 06:25:35 +00:00
|
|
|
COMMENT= Apache module that embeds the Python interpreter within the server
|
2000-10-28 01:20:02 +00:00
|
|
|
|
2006-03-24 11:48:41 +00:00
|
|
|
USE_APACHE= 2.0+
|
2007-03-25 17:00:05 +00:00
|
|
|
USE_PYTHON= yes
|
2001-03-23 00:27:40 +00:00
|
|
|
|
2007-07-30 09:42:28 +00:00
|
|
|
INSTALLS_EGGINFO= yes
|
2004-02-27 13:09:34 +00:00
|
|
|
LATEST_LINK= mod_python3
|
2000-11-15 14:09:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-24 11:48:41 +00:00
|
|
|
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \
|
|
|
|
--without-flex
|
2003-01-07 02:47:59 +00:00
|
|
|
MAKE_ENV= EXPR_COMPAT=yes
|
2001-03-23 00:27:40 +00:00
|
|
|
|
2000-10-28 01:20:02 +00:00
|
|
|
post-install:
|
2000-11-15 14:09:37 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-10-28 01:20:02 +00:00
|
|
|
|
2006-03-24 11:48:41 +00:00
|
|
|
.include <bsd.port.mk>
|