diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-05-01 15:10:12 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-05-01 15:10:12 +0000 |
commit | ad664ae97b8bd318f8c43b63d3447db10e9a6e6a (patch) | |
tree | c5afe5767a57ec2efaea695ff0f723b1e45aea56 /www/p5-Kwiki-Notify-Mail/Makefile | |
parent | e699f1d8bd25db3a2a96bac4dd4c732e51be39d3 (diff) | |
download | pkgsrc-ad664ae97b8bd318f8c43b63d3447db10e9a6e6a.tar.gz |
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.
Diffstat (limited to 'www/p5-Kwiki-Notify-Mail/Makefile')
-rw-r--r-- | www/p5-Kwiki-Notify-Mail/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Notify-Mail/Makefile b/www/p5-Kwiki-Notify-Mail/Makefile new file mode 100644 index 00000000000..1efc5ef5287 --- /dev/null +++ b/www/p5-Kwiki-Notify-Mail/Makefile @@ -0,0 +1,18 @@ +# $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" |