2012-09-22 23:15:50 +02:00
|
|
|
# Created by: Hye-Shik Chang
|
2000-10-28 03:20:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_python
|
2007-03-25 19:00:05 +02:00
|
|
|
PORTVERSION= 3.3.1
|
2010-06-09 03:12:10 +02:00
|
|
|
PORTREVISION= 3
|
2000-10-28 03:20:02 +02:00
|
|
|
CATEGORIES= www python
|
2003-04-16 23:35:34 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
2003-01-07 03:47:59 +01:00
|
|
|
MASTER_SITE_SUBDIR= modpython
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2001-08-16 11:31:29 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-10-28 03:20:02 +02:00
|
|
|
|
2010-04-29 00:24:39 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Apache module that embeds the Python interpreter within the server
|
2000-10-28 03:20:02 +02:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2012-09-22 23:15:50 +02:00
|
|
|
USE_APACHE= 22
|
2007-03-25 19:00:05 +02:00
|
|
|
USE_PYTHON= yes
|
2001-03-23 01:27:40 +01:00
|
|
|
|
2010-06-09 03:12:10 +02:00
|
|
|
MAKE_ARGS+= APXS=${APXS}
|
|
|
|
|
2007-07-30 11:42:28 +02:00
|
|
|
INSTALLS_EGGINFO= yes
|
2004-02-27 14:09:34 +01:00
|
|
|
LATEST_LINK= mod_python3
|
2000-11-15 15:09:37 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-24 12:48:41 +01:00
|
|
|
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \
|
|
|
|
--without-flex
|
2003-01-07 03:47:59 +01:00
|
|
|
MAKE_ENV= EXPR_COMPAT=yes
|
2001-03-23 01:27:40 +01:00
|
|
|
|
2000-10-28 03:20:02 +02:00
|
|
|
post-install:
|
2000-11-15 15:09:37 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-10-28 03:20:02 +02:00
|
|
|
|
2006-03-24 12:48:41 +01:00
|
|
|
.include <bsd.port.mk>
|