freebsd-ports/www/mod_put/pkg-plist
Ying-Chieh Liao 6988580bcb add mod_put
An Apache module that provides PUT and DELETE methods

PR:		28414
Submitted by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>
2001-07-07 13:13:48 +00:00

5 lines
332 B
Text

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"