1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/automx/pkg-plist
Chris Rees 5bbbc39c45 Update to version 0.10.1
Update automx-test patch

Fetch upstream files from github

Add missing dependencies

Remove apache as a dependency (allows other web servers to be used)

Add py-memcahced as an optional dependency

Add INSTALL and BASIC_CONFIGURATION_README to docs

Change the post install message to direct to the INSTALL file rather than
dumping it to the console

PR:		ports/188630
Submitted by:	Andrew Fyfe <andrew@neptune-one.net>
2014-05-26 18:30:11 +00:00

15 lines
497 B
Plaintext

bin/automx-test
@unexec cmp -s %D/etc/automx.conf %D/etc/automx.conf.sample && rm -f %D/etc/automx.conf || true
etc/automx.conf.sample
@exec cp -np %D/%F %B/automx.conf
man/man1/automx-test.1.gz
man/man5/automx.conf.5.gz
man/man5/automx_ldap.5.gz
man/man5/automx_sql.5.gz
man/man5/automx_script.5.gz
%%PYTHON_SITELIBDIR%%/automx/__init__.py
%%PYTHON_SITELIBDIR%%/automx/config.py
%%PYTHON_SITELIBDIR%%/automx/ordereddict.py
%%PYTHON_SITELIBDIR%%/automx/view.py
@dirrm %%PYTHON_SITELIBDIR%%/automx