# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0

perl5.setup	SVN-Notify 2.79
maintainers	geeklair.net:dluke
description	Subversion activity notification
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

checksums	md5	0af32564780bab2ac3e639c4d3d0f663 \
		sha1	f84a3cc42014572d473ef364b4f40cd960c6083a \
		rmd160	f49a2b5e1cb987848b7e8928d889b1592eed4a0b

depends_lib-append	port:p5-module-build \
			port:p5-pathtools \
			port:p5-version \
			port:p5-html-parser \
			port:p5-net-smtp_auth
