freebsd-ports/www/mod_memcache_block/Makefile
Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

25 lines
539 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= mod_memcache_block
PORTVERSION= 20120821
PORTREVISION= 1
CATEGORIES= www
DIST_SUBDIR= apache2
MAINTAINER= gaod@hychen.org
COMMENT= Apache 2.2 module to block IPs from lists stored in memcache
LIB_DEPENDS+= libmemcached.so:${PORTSDIR}/databases/libmemcached
USE_GITHUB= yes
GH_ACCOUNT= netik
GH_TAGNAME= 7b1fcec
USE_APACHE= 22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
AP_INC= ${LOCALBASE}/include/libmemcached
AP_LIB= ${LOCALBASE}/lib -lmemcached
.include <bsd.port.mk>