# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0

perl5.setup	SVN-Notify 2.82
revision    1
maintainers	geeklair.net:dluke openmaintainer
description	Subversion activity notification
license		{GPL Artistic}

long_description \
		This class may be used for sending email messages for \
		Subversion repository activity. There are a number of \
		different modes supported, and SVN::Notify is fully \
		subclassable to easily add new functionality. By default, \
		a list of all the files affected by the commit will be \
		assembled and listed in a single message. An additional option \
		allows diffs to be calculated for the changes and either \
		appended to the message or added as an attachment.

platforms	darwin

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-module-build \
			port:p${perl5.major}-pathtools \
			port:p${perl5.major}-version \
			port:p${perl5.major}-html-parser \
			port:p${perl5.major}-net-smtp_auth \
			port:p${perl5.major}-text-trac

checksums           md5     6abd0450b81571b74eb001a1d0c77f17 \
                    sha1    23fda8be89b0cfd5e3645e7a98c2f637305e8307 \
                    rmd160  ff49f2fad7b6c29aa1e74121a7ace5a0f871b63c

supported_archs noarch
}
