20 lines
346 B
Makefile
20 lines
346 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_realdoc
|
|
PORTVERSION= 20170405
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Apache module to support atomic deploys
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= apache:2.2+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= etsy
|
|
GH_TAGNAME= f7fbf65
|
|
|
|
.include <bsd.port.mk>
|