aboutsummaryrefslogtreecommitdiff
path: root/www/mod_put/pkg-plist
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-07 13:13:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-07 13:13:48 +0000
commit6988580bcb421c37d687578fbde71bb0b2c683a3 (patch)
treef893fc90e5f7cd3f939711beb6562bf6128c0cb3 /www/mod_put/pkg-plist
parent9343cbc6fdf97cd0b5933ee7dab00e637b04297c (diff)
add mod_put
An Apache module that provides PUT and DELETE methods PR: 28414 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Notes
Notes: svn path=/head/; revision=44872
Diffstat (limited to 'www/mod_put/pkg-plist')
-rw-r--r--www/mod_put/pkg-plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_put/pkg-plist b/www/mod_put/pkg-plist
new file mode 100644
index 000000000000..1f94b8812768
--- /dev/null
+++ b/www/mod_put/pkg-plist
@@ -0,0 +1,5 @@
+libexec/apache/mod_put.so
+%%PORTDOCS%%share/doc/mod_put/mod_put.html
+%%PORTDOCS%%@dirrm share/doc/mod_put
+@exec ${PKG_PREFIX}/sbin/apxs -e -A -n put mod_put.so; echo " enable the mod_put in Apache's config manually"
+@unexec ${PKG_PREFIX}/sbin/apxs -e -A -n put mod_put.so || echo " remove the mod_put from Apache's config manually"