fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# 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>
|