freebsd-ports/www/mod_memcache/Makefile
Rodrigo Osorio fabbf4ad5d Unbreak splatd and take maintenership for this port
- project moves from google code to github
- change WWW and distfile sum
- bump PORTREVISION
2017-03-27 23:10:27 +00:00

26 lines
511 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= mod_memcache
PORTVERSION= 0.1.0
PORTREVISION= 5
CATEGORIES= www
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Apache 2.2.x module to manage apr_memcache connections
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_APACHE= 22+
USE_GITHUB= yes
GH_ACCOUNT= joshrotenberg
GH_PROJECT= modmemcache
GH_TAGNAME= 8e6d912
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= src/${PORTNAME}.c
.include <bsd.port.mk>