mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add p5-MIME-Explode 0.38, perl extension for explode MIME messages.
PR: ports/107031 Submitted by: chinsan
This commit is contained in:
parent
aefa8399ce
commit
82bde9ee93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180595
@ -299,6 +299,7 @@
|
||||
SUBDIR += p5-IMAP-Sieve
|
||||
SUBDIR += p5-LMAP-CID2SPF
|
||||
SUBDIR += p5-Log-Procmail
|
||||
SUBDIR += p5-MIME-Explode
|
||||
SUBDIR += p5-MIME-Fast
|
||||
SUBDIR += p5-MIME-Lite
|
||||
SUBDIR += p5-MIME-Lite-HTML
|
||||
|
22
mail/p5-MIME-Explode/Makefile
Normal file
22
mail/p5-MIME-Explode/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-MIME-Explode
|
||||
# Date created: 2006/12/22
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MIME-Explode
|
||||
PORTVERSION= 0.38
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= MIME
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Perl extension for explode MIME messages
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MIME::Explode.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/p5-MIME-Explode/distinfo
Normal file
3
mail/p5-MIME-Explode/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MIME-Explode-0.38.tar.gz) = e3281a462ff3348590be78967b89ebd3
|
||||
SHA256 (MIME-Explode-0.38.tar.gz) = d82a23e6c49d949d27df59a5d49827711fb5e242315bc9a0213b212f7a785ee0
|
||||
SIZE (MIME-Explode-0.38.tar.gz) = 158284
|
6
mail/p5-MIME-Explode/pkg-descr
Normal file
6
mail/p5-MIME-Explode/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
MIME::Explode is perl module for parsing and decoding single or multipart
|
||||
MIME messages, and outputting its decoded components to a given directory
|
||||
ie, this module is designed to allows users to extract the attached files
|
||||
out of a MIME encoded email messages or mailboxes.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MIME-Explode/
|
8
mail/p5-MIME-Explode/pkg-plist
Normal file
8
mail/p5-MIME-Explode/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/Explode.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/Explode.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/autosplit.ix
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/MIME/Explode.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Explode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/MIME
|
Loading…
Reference in New Issue
Block a user