mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
20 lines
386 B
Makefile
20 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>
|