openbsd-ports/devel/p5-SVN-Notify/Makefile
msf 9a3c8b5da9 - Initial import of p5-SVN-Notify
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.

ok kevlo@
2004-12-22 01:56:27 +00:00

27 lines
619 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 01:56:27 msf Exp $
COMMENT= "subversion activity notification"
DISTNAME= SVN-Notify-2.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/subversion,-perl \
::www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS= ::devel/p5-Test-Pod-Coverage
CONFIGURE_STYLE= perl modbuild
.include <bsd.port.mk>