head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2012.08.25.20.32.08;	author ohauer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Created by: Hung-Yi Chen <gaod@@hychen.org>
# $FreeBSD: head/www/mod_memcache_block/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_memcache_block
PORTVERSION=	20120821
CATEGORIES=	www
MASTER_SITES=	https://github.com/netik/mod_memcache_block/tarball/${GITVERSION}/
DISTNAME=	mod_memcache_block-${GITVERSION}
DIST_SUBDIR=	apache2

MAINTAINER=	gaod@@hychen.org
COMMENT=	An Apache 2 module to block ip from lists stored in memcache

LIB_DEPENDS+=	memcached:${PORTSDIR}/databases/libmemcached

FETCH_ARGS=	-Fpr
GITVERSION=	7b1fcec
WRKSRC=		${WRKDIR}/netik-${DISTNAME}
LATEST_LINK=	mod_memcache_block

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
AP_INC=		${LOCALBASE}/include/libmemcached
AP_LIB=		${LOCALBASE}/lib -lmemcached

.include <bsd.port.mk>
@


1.2
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@SVN rev 303155 on 2012-08-25 20:32:08Z by ohauer

- new port mod_memcache_block

mod_memcache_block is an apache module that allows you to block access
to your servers using a block list stored in memcache. It also offers
distributed rate limiting based on HTTP response code.

WWW: https://github.com/netik/mod_memcache_block

PR:		ports/170826
Submitted by:	Hung-Yi Chen <gaod@@hychen.org>
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_memcache_block
# Date created:				2012-08-21
# Whom:					Hung-Yi Chen <gaod@@hychen.org>
#
a2 1
#
d21 1
a21 1
USE_APACHE=	22+
@

