mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
|
|
PORTNAME= ephemera
|
|
PORTVERSION= 6.34
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Blog server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= sqlite
|
|
RUN_DEPENDS= munger:lang/munger
|
|
|
|
DATADIR= ${PREFIX}/share/ephemera
|
|
|
|
.include <bsd.port.mk>
|