pkgsrc/www/p5-Kwiki-Notify-Mail/Makefile
jschauma 9a7392d83d initial import of Kwiki::Notify::Mail
A plugin for Kwiki that allows you to notify yourself by email when
some one updates a page. You can specify the To:, From: and
Subject: headers, but the email message body is not currently configurable.
2006-05-01 15:10:12 +00:00

18 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/05/01 15:10:12 jschauma Exp $
DISTNAME= Kwiki-Notify-Mail-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kwiki.org/
COMMENT= Kwiki email notification plugin
DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki
DEPENDS+= p5-MIME-Lite>=2.111:../../mail/p5-MIME-Lite
PERL5_PACKLIST= auto/Kwiki/Notify/Mail/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"