aboutsummaryrefslogtreecommitdiff
path: root/www/mod_blosxom/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:09:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:09:17 +0000
commitd6f0695d71a73325e44ac34129cd3dadcc172b28 (patch)
treeee74882851cd55280feeee903f3576435b6d5a74 /www/mod_blosxom/Makefile
parent85b8168caa1d092e514e705c4b3b04aa413887b3 (diff)
Notes
Diffstat (limited to 'www/mod_blosxom/Makefile')
-rw-r--r--www/mod_blosxom/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mod_blosxom/Makefile b/www/mod_blosxom/Makefile
new file mode 100644
index 000000000000..621cc5ef8fce
--- /dev/null
+++ b/www/mod_blosxom/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mod_blosxom
+# Date created: 6 April 2003
+# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_blosxom
+PORTVERSION= 0.05
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= mod-blosxom
+
+MAINTAINER= gslin@ccca.nctu.edu.tw
+COMMENT= Apache module to build the extremely lightweight Weblog environment
+
+BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+.include <bsd.port.mk>