summaryrefslogtreecommitdiff
path: root/www/slash/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-28 17:24:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-28 17:24:24 +0000
commit3b02382ee9a0cb0b276a3b6a69f113e1186225d6 (patch)
tree1f926c39dc5bdc9b2c5fe40daff4e963e5b94e96 /www/slash/Makefile
parentadd metalist 2.2.5 (diff)
add slash 2.2.5
Slash-Like Automatic Storytelling Homepage system PR: 36066 Submitted by: Autrijus Tang <autrijus@egb.elixus.org>
Notes
Notes: svn path=/head/; revision=60213
Diffstat (limited to 'www/slash/Makefile')
-rw-r--r--www/slash/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile
new file mode 100644
index 000000000000..d99c658ac7fe
--- /dev/null
+++ b/www/slash/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: slash
+# Date created: 18 March 2002
+# Whom: Autrijus Tang
+#
+# $FreeBSD$
+#
+
+PORTNAME= slash
+PORTVERSION= 2.2.5
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= slashcode
+
+MAINTAINER= autrijus@autrijus.org
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \
+ ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash
+RUN_DEPENDS= ${BUILD_DEPENDS} \
+ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+DOCS= README INSTALL
+
+post-install:
+ @${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE}
+
+.include <bsd.port.mk>