diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-11-29 11:30:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-11-29 11:30:11 +0000 |
commit | 4d977d352e8074db5f1e9a9c078c198f44a4beb8 (patch) | |
tree | e51bdda46667730d07246e5596eb63cd15e0979e /www/cblog/Makefile | |
parent | 622e56de0cc67c712a6bba9725e3c6d9741474ed (diff) | |
download | ports-4d977d352e8074db5f1e9a9c078c198f44a4beb8.tar.gz ports-4d977d352e8074db5f1e9a9c078c198f44a4beb8.zip |
Notes
Diffstat (limited to 'www/cblog/Makefile')
-rw-r--r-- | www/cblog/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/cblog/Makefile b/www/cblog/Makefile index bbac49de1ddf..a7c6c4272470 100644 --- a/www/cblog/Makefile +++ b/www/cblog/Makefile @@ -6,9 +6,10 @@ # PORTNAME= cblog -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.5 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/bapt/cblog/ +MASTER_SITES= http://git.etoilebsd.net/cblog/snapshot/ \ + LOCAL/bapt MAINTAINER= bapt@FreeBSD.org COMMENT= Simple weblog in C using markdown @@ -19,6 +20,8 @@ LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi LICENSE= BSD +USE_RC_SUBR= cblog + PLIST_FILES= libexec/cblog.fcgi \ bin/cblogctl \ etc/cblog.conf.sample |