mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_realdoc
|
|
PORTVERSION= 20130701
|
|
CATEGORIES= www
|
|
MASTER_SITES= GH \
|
|
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_COMMIT= 4925acc
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
USE_APACHE= 22+
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|