diff options
author | sno <sno@pkgsrc.org> | 2009-09-22 18:21:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-22 18:21:08 +0000 |
commit | feab68d9319578cd73473e22ee29134be3dfa53d (patch) | |
tree | 882b4cf2da208673eb9a2a482a657bdc52189a51 /mail/p5-App-Siesh | |
parent | 117e217289efe78c0307d907e8584eb9118103e3 (diff) | |
download | pkgsrc-feab68d9319578cd73473e22ee29134be3dfa53d.tar.gz |
Importing package mail/p5-App-Siesh for p5 module App::Siesh v0.20 from
PR pkg/41818 with some modifications.
Siesh provides a shell-like interface for manipulating sieve scripts
using the ManageSieve protocol.
Diffstat (limited to 'mail/p5-App-Siesh')
-rw-r--r-- | mail/p5-App-Siesh/DESCR | 2 | ||||
-rw-r--r-- | mail/p5-App-Siesh/Makefile | 36 | ||||
-rw-r--r-- | mail/p5-App-Siesh/distinfo | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/mail/p5-App-Siesh/DESCR b/mail/p5-App-Siesh/DESCR new file mode 100644 index 00000000000..7c79cedb58e --- /dev/null +++ b/mail/p5-App-Siesh/DESCR @@ -0,0 +1,2 @@ +Siesh provides a shell-like interface for manipulating sieve scripts +using the ManageSieve protocol diff --git a/mail/p5-App-Siesh/Makefile b/mail/p5-App-Siesh/Makefile new file mode 100644 index 00000000000..c05c9f2c94a --- /dev/null +++ b/mail/p5-App-Siesh/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 18:21:08 sno Exp $ + +DISTNAME= App-Siesh-0.20 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MD/MDOM/} + +MAINTAINER= dom@math.uni-bonn.de +HOMEPAGE= http://www.math.uni-bonn.de/people/dom/ +COMMENT= Sieve Shell +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Config-Find-[0-9]*:../../devel/p5-Config-Find +DEPENDS+= p5-Config-Tiny-[0-9]*:../../devel/p5-Config-Tiny +DEPENDS+= p5-IO-Interactive>=0.0.5:../../devel/p5-IO-Interactive +DEPENDS+= p5-IO-Prompt-[0-9]*:../../devel/p5-IO-Prompt +DEPENDS+= p5-IPC-System-Simple-[0-9]*:../../devel/p5-IPC-System-Simple +DEPENDS+= p5-Net-ManageSieve-[0-9]*:../../mail/p5-Net-ManageSieve +DEPENDS+= p5-Term-ShellUI>=0.86:../../devel/p5-Term-ShellUI +DEPENDS+= p5-autodie-[0-9]*:../../devel/p5-autodie +DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent + +BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String +BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output + +# recommends +DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/App/Siesh/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-App-Siesh/distinfo b/mail/p5-App-Siesh/distinfo new file mode 100644 index 00000000000..9f814f10e9a --- /dev/null +++ b/mail/p5-App-Siesh/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/09/22 18:21:08 sno Exp $ + +SHA1 (App-Siesh-0.20.tar.gz) = 7fc2064a86b8509e2b0d01a0ace3adb3be50aaba +RMD160 (App-Siesh-0.20.tar.gz) = 7991ff7719a8981ea60618fb9847476f118f0404 +Size (App-Siesh-0.20.tar.gz) = 11404 bytes |