freebsd-ports/www/mod_snake/Makefile

29 lines
593 B
Makefile
Raw Normal View History

# 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
2003-02-20 20:21:36 +01:00
COMMENT= A library to easily create flexible Apache modules
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
${PYTHON_CMD}:${PYTHON_PORTSDIR}
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs="${APXS}"
USE_GMAKE= yes
2005-04-10 23:14:31 +02:00
.include <bsd.port.mk>