diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-05-11 12:15:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-05-11 12:15:08 +0000 |
commit | 58319fd2ae0fc11ed9a6b5457d6b940802f0c342 (patch) | |
tree | 25684c241a1053e070adc20a10432ba85a3c80f0 /mail | |
parent | ff6afece2f2dd30c1751808e551c43eed294355a (diff) | |
download | pkgsrc-58319fd2ae0fc11ed9a6b5457d6b940802f0c342.tar.gz |
Initial import of mime-construct 1.10:
mime-construct is a tool to construct and optinally send MIME email messages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mime-construct/DESCR | 1 | ||||
-rw-r--r-- | mail/mime-construct/Makefile | 23 | ||||
-rw-r--r-- | mail/mime-construct/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/mail/mime-construct/DESCR b/mail/mime-construct/DESCR new file mode 100644 index 00000000000..512141f057a --- /dev/null +++ b/mail/mime-construct/DESCR @@ -0,0 +1 @@ +mime-construct is a tool to construct and optinally send MIME email messages. diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile new file mode 100644 index 00000000000..d0727009f2d --- /dev/null +++ b/mail/mime-construct/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/11 12:15:08 jmmv Exp $ +# + +DISTNAME= mime-construct-1.10 +CATEGORIES= mail +MASTER_SITES= http://www.argon.org/~roderick/ + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Constructs and emails MIME messages +HOMEPAGE= http://www.argon.org/~roderick/ +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Proc-WaitStat-[0-9]*:../../devel/p5-Proc-WaitStat +DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types + +USE_TOOLS+= perl:run + +PERL5_PACKLIST= auto/mime-construct/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/mime-construct/distinfo b/mail/mime-construct/distinfo new file mode 100644 index 00000000000..432afc56404 --- /dev/null +++ b/mail/mime-construct/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/11 12:15:08 jmmv Exp $ + +SHA1 (mime-construct-1.10.tar.gz) = 9b0ee8aa0bb273e84fb46aa42f97b27863121ad1 +RMD160 (mime-construct-1.10.tar.gz) = 145ed65a33359c047a6e38fd95ff479bc985c9c3 +Size (mime-construct-1.10.tar.gz) = 12452 bytes |