1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/mod_snake/Makefile
Edwin Groothuis 23d1d989a0 Mark www/mod_snake broken on non-i386/alpha architectures
Per bento, this doesn't build on some of the 64-bit
	architectures.  The author's web page says "I no longer
	have the time or motivation to work on mod_snake, so instead
	of letting it sit here, I have decided to kill this project.
	RIP mod_snake."  (see modsnake.sourceforge.net)

Didn't kill the port since it is still fetchable.

PR:		ports/57523
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-04 07:14:44 +00:00

36 lines
777 B
Makefile

# New ports collection makefile for: mod_snake
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_snake
PORTVERSION= 0.5.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= modsnake
MAINTAINER= ports@FreeBSD.org
COMMENT= A library to easily create flexible Apache modules
BUILD_DEPENDS= ${APXS}:${APACHE_PORT} \
${PYTHON_CMD}:${PYTHON_PORTSDIR}
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
APXS?= ${LOCALBASE}/sbin/apxs
APACHE_PORT?= ${PORTSDIR}/www/apache13
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs="${APXS}"
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= "Doesn't work on 64bit systems, see ports/57523"
.endif
.include <bsd.port.post.mk>