mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ephemera
|
|
PORTVERSION= 2.9
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Blog server
|
|
|
|
RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
|
|
|
|
MAN8= ephemera.8
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|