2001-04-10 23:51:32 +02:00
|
|
|
# New ports collection makefile for: mod_snake
|
|
|
|
# Date created: 10 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_snake
|
|
|
|
PORTVERSION= 0.5.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-10 23:51:32 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= modsnake
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A library to easily create flexible Apache modules
|
2001-04-10 23:51:32 +02:00
|
|
|
|
2005-09-19 12:56:16 +02:00
|
|
|
#BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR}
|
|
|
|
#RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-04-10 23:51:32 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PYTHON= yes
|
2005-09-19 12:56:16 +02:00
|
|
|
USE_APACHE= yes
|
2001-04-10 23:51:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-apxs="${APXS}"
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2005-05-21 19:27:03 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
|
|
BROKEN= "Does not compile on amd64 or ia64"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|