diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-28 23:39:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-28 23:39:43 +0800 |
commit | 09615666a4b540abddd8239dbd14bca4b73b057e (patch) | |
tree | 9bc785a5e289f00051a6b795ef691ccab86343b6 /mail | |
parent | 60825918e9a04475c99cc518a710b348b386e782 (diff) | |
download | freebsd-ports-gnome-09615666a4b540abddd8239dbd14bca4b73b057e.tar.gz freebsd-ports-gnome-09615666a4b540abddd8239dbd14bca4b73b057e.tar.zst freebsd-ports-gnome-09615666a4b540abddd8239dbd14bca4b73b057e.zip |
- Add p5-MIME-AltWords 0.12
MIME::AltWords is similar to MIME::Words in MIME::Tools, but it provides an
alternate implementation that follows the MIME specification more carefully.
WWW: http://search.cpan.org/dist/MIME-AltWords/
PR: ports/157942
Submitted by: Dmitry Liakh <dliakh@ukr.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-MIME-AltWords/Makefile | 25 | ||||
-rw-r--r-- | mail/p5-MIME-AltWords/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-MIME-AltWords/pkg-descr | 4 | ||||
-rw-r--r-- | mail/p5-MIME-AltWords/pkg-plist | 6 |
5 files changed, 38 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 59c6ddbaae25..eacb1c511a27 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -370,6 +370,7 @@ SUBDIR += p5-IMAP-Sieve SUBDIR += p5-LMAP-CID2SPF SUBDIR += p5-Log-Procmail + SUBDIR += p5-MIME-AltWords SUBDIR += p5-MIME-Charset SUBDIR += p5-MIME-EncWords SUBDIR += p5-MIME-Explode diff --git a/mail/p5-MIME-AltWords/Makefile b/mail/p5-MIME-AltWords/Makefile new file mode 100644 index 000000000000..4ecde15f4dea --- /dev/null +++ b/mail/p5-MIME-AltWords/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-MIME-AltWords +# Date created: Jun 06 2011 +# Whom: Dmitry Liakh <dliakh@ukr.net> +# +# $FreeBSD$ +# + +PORTNAME= MIME-AltWords +PORTVERSION= 0.12 +CATEGORIES= mail +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dliakh@ukr.net +COMMENT= Perl module for encoding and decoding MIME words + +PERL_CONFIGURE= yes + +MAN3= MIME::AltWords.3 \ + MIME::AltWords0.3 + +post-patch: + @${REINPLACE_CMD} -e '/NAME/ s|MIME-AltWords|MIME::AltWords|' ${WRKSRC}/Makefile.PL + +.include <bsd.port.mk> diff --git a/mail/p5-MIME-AltWords/distinfo b/mail/p5-MIME-AltWords/distinfo new file mode 100644 index 000000000000..016eb843b792 --- /dev/null +++ b/mail/p5-MIME-AltWords/distinfo @@ -0,0 +1,2 @@ +SHA256 (MIME-AltWords-0.12.tar.gz) = 1754c2d6fb3982c870a4dde0ac09013934823595eb454daa5e840c43d9591469 +SIZE (MIME-AltWords-0.12.tar.gz) = 21539 diff --git a/mail/p5-MIME-AltWords/pkg-descr b/mail/p5-MIME-AltWords/pkg-descr new file mode 100644 index 000000000000..8459a98f65d5 --- /dev/null +++ b/mail/p5-MIME-AltWords/pkg-descr @@ -0,0 +1,4 @@ +MIME::AltWords is similar to MIME::Words in MIME::Tools, but it provides an +alternate implementation that follows the MIME specification more carefully. + +WWW: http://search.cpan.org/dist/MIME-AltWords/ diff --git a/mail/p5-MIME-AltWords/pkg-plist b/mail/p5-MIME-AltWords/pkg-plist new file mode 100644 index 000000000000..dc4f2cbbfa61 --- /dev/null +++ b/mail/p5-MIME-AltWords/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/MIME/AltWords.pm +%%SITE_PERL%%/MIME/AltWords0.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/AltWords/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/AltWords +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME +@dirrmtry %%SITE_PERL%%/MIME |