diff options
author | sno <sno@pkgsrc.org> | 2009-09-12 22:08:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-12 22:08:14 +0000 |
commit | 77c5a83de941522dab65769db5645e756860990b (patch) | |
tree | 66cc7f3c76a9468284410e4f27c1f8131ff6c14f /mail/p5-MIME-Lite/Makefile | |
parent | 542fffc4a15b016db683f5404b635034505f26cf (diff) | |
download | pkgsrc-77c5a83de941522dab65769db5645e756860990b.tar.gz |
Updating mail/p5-MIME-Lite from 3.024 to 3.025
pkgsrc changes:
- Adding license definition
Upstream changes:
Version 3.025
Added back support for providing a non-default SMTP port (#21156, #48783, thanks John Bokma!).
Diffstat (limited to 'mail/p5-MIME-Lite/Makefile')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index f508a19acb5..046d876d8a8 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2009/02/22 12:31:13 he Exp $ +# $NetBSD: Makefile,v 1.17 2009/09/12 22:08:14 sno Exp $ -DISTNAME= MIME-Lite-3.024 +DISTNAME= MIME-Lite-3.025 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mil CATEGORIES= www perl5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-Lite/ COMMENT= Perl5 module for simple creation of MIME email messages +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools |