- 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>
This commit is contained in:
parent
9278ad6285
commit
235f281a99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276579
@ -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
|
||||
|
25
mail/p5-MIME-AltWords/Makefile
Normal file
25
mail/p5-MIME-AltWords/Makefile
Normal file
@ -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>
|
2
mail/p5-MIME-AltWords/distinfo
Normal file
2
mail/p5-MIME-AltWords/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MIME-AltWords-0.12.tar.gz) = 1754c2d6fb3982c870a4dde0ac09013934823595eb454daa5e840c43d9591469
|
||||
SIZE (MIME-AltWords-0.12.tar.gz) = 21539
|
4
mail/p5-MIME-AltWords/pkg-descr
Normal file
4
mail/p5-MIME-AltWords/pkg-descr
Normal file
@ -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/
|
6
mail/p5-MIME-AltWords/pkg-plist
Normal file
6
mail/p5-MIME-AltWords/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user