# $Id: Portfile 68560 2010-06-06 15:26:21Z dluke@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0

perl5.setup	SVN-Notify 2.80
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	a91d42660ffd46a224cac95e2d17f016 \
		sha1	3b17d71d8af0c84f2a2eeabae62ca0654ae1e8f7 \
		rmd160	7ef0ae3d391ddacf0d1511f21c29288d959d58aa

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

# This ugliness can go away after the 1.9 release 
# in favor of just suppored_archs
if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
