diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-28 15:39:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-28 15:39:43 +0000 |
commit | 235f281a991ad3392d54ee7e0e33bf351752b624 (patch) | |
tree | 4f1055b43f13bba4ea57f0a9cba3dc291df5f61f /mail/p5-MIME-AltWords | |
parent | 9278ad6285244125003f87fec797d46bd7c44893 (diff) | |
download | ports-235f281a991ad3392d54ee7e0e33bf351752b624.tar.gz ports-235f281a991ad3392d54ee7e0e33bf351752b624.zip |
Notes
Diffstat (limited to 'mail/p5-MIME-AltWords')
-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 |
4 files changed, 37 insertions, 0 deletions
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 |