blob: e245b2443a59414034a96208fafc29afd5a35c74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= mod_realdoc
PORTVERSION= 20170405
CATEGORIES= www
MAINTAINER= joneum@FreeBSD.org
COMMENT= Apache module to support atomic deploys
WWW= https://github.com/etsy/mod_realdoc
LICENSE= MIT
USES= apache
AP_FAST_BUILD= yes
AP_GENPLIST= yes
USE_GITHUB= yes
GH_ACCOUNT= etsy
GH_TAGNAME= f7fbf65
.include <bsd.port.mk>
|