aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_realdoc/Makefile
blob: 8958cb0608de7bbf275c551f527299a0cb66f76c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   mod_realdoc
PORTVERSION=    20130701
CATEGORIES= www
MASTER_SITES=   http://freebsd.cs.nctu.edu.tw/~gslin/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Apache module to support atomic deploys

AP_FAST_BUILD=  yes
AP_GENPLIST=    yes
GH_ACCOUNT= etsy
GH_TAGNAME= 4925acc
USE_APACHE= 22+
USE_GITHUB= yes

.include <bsd.port.mk>