mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
add0fd59fd
Approved by: portmgr (blanket)
21 lines
389 B
Makefile
21 lines
389 B
Makefile
PORTNAME= ephemera
|
|
PORTVERSION= 6.34
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Blog server
|
|
WWW= http://www.mammothcheese.ca/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= munger:lang/munger
|
|
|
|
USES= sqlite
|
|
|
|
MAKE_ARGS= MANDIR="${STAGEDIR}${PREFIX}/share/man/man1/"
|
|
DATADIR= ${PREFIX}/share/ephemera
|
|
|
|
.include <bsd.port.mk>
|