aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_snake/Makefile
blob: 0cabc7d0f77f2f773342cbf818463e8b75b1ca2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    mod_snake
# Date created:             10 April 2001
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   mod_snake
PORTVERSION=    0.5.0
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= modsnake

MAINTAINER= apache@FreeBSD.org
COMMENT=    A library to easily create flexible Apache modules

#BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR}
#RUN_DEPENDS=   ${BUILD_DEPENDS}

USE_BZIP2=  yes
USE_PYTHON= yes
USE_APACHE= yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-apxs="${APXS}"
USE_GMAKE=  yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN=     "Does not compile on amd64 or ia64"
.endif

.include <bsd.port.post.mk>