1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/mod_memcache/Makefile
2021-04-06 16:31:07 +02:00

26 lines
502 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
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
USES= apache:2.2+
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>