ports/www/mod_realdoc/Makefile
Eitan Adler e6ab3ba661 multiple: reset gslin's maintainer
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)
2014-06-30 05:51:02 +00:00

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>