blob: d8d81f85757ad4907556f122ad7681aabf4e8f85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= ephemera
PORTVERSION= 6.34
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Blog server
WWW= http://www.mammothcheese.ca/
LICENSE= BSD3CLAUSE
USES= sqlite
RUN_DEPENDS= munger:lang/munger
DATADIR= ${PREFIX}/share/ephemera
.include <bsd.port.mk>
|