aboutsummaryrefslogtreecommitdiff
path: root/www/ephemera/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-06-17 13:02:23 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-06-17 13:02:23 +0000
commitc91983ac8f272dc5274e5947984455a0f2a5bfad (patch)
tree11f390d8e6d216d30f3e38a1b45de2e5ff95ca86 /www/ephemera/Makefile
parent17de0228ad8c9296b1adf5d83436f720ad4a6890 (diff)
Notes
Diffstat (limited to 'www/ephemera/Makefile')
-rw-r--r--www/ephemera/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/ephemera/Makefile b/www/ephemera/Makefile
new file mode 100644
index 000000000000..7c2317539b5e
--- /dev/null
+++ b/www/ephemera/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: blogd
+# Date created: Fri, 12 Jun 2000 10:53:06 EDT
+# Whom: James Bailie <jimmy@mammothcheese.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= blogd
+PORTVERSION= 1.6
+CATEGORIES= www
+MASTER_SITES= http://www.mammothcheese.ca/
+
+MAINTAINER= jimmy@mammothcheese.ca
+COMMENT= Blog server
+
+RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
+
+MAN8= blogd.8
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>