- New port: mail/p5-Email-Simple: Simple, fast mail parser
Email::Simple is the first deliverable of the "Perl Email Project", a reaction against the complexity and increasing bugginess of the Mail::* modules. In contrast, Email::* modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct. PR: 56229 Submitted by: Lars Thegler <lars@thegler.dk>
This commit is contained in:
parent
c72377f631
commit
e3b0342d7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88187
5 changed files with 39 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
|||
SUBDIR += offlineimap
|
||||
SUBDIR += openwebmail
|
||||
SUBDIR += p5-Email-Find
|
||||
SUBDIR += p5-Email-Simple
|
||||
SUBDIR += p5-Email-Valid
|
||||
SUBDIR += p5-Email-Valid-Loose
|
||||
SUBDIR += p5-IMAP-Admin
|
||||
|
|
25
mail/p5-Email-Simple/Makefile
Normal file
25
mail/p5-Email-Simple/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Email-Simple
|
||||
# Date created: August 31 2003
|
||||
# Whom: Lars Thegler <lars@thegler.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Email-Simple
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Email
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@thegler.dk
|
||||
COMMENT= Simple, fast mail parser
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Email::Simple.3
|
||||
|
||||
test:
|
||||
cd ${WRKSRC} ; make test
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/p5-Email-Simple/distinfo
Normal file
1
mail/p5-Email-Simple/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Email-Simple-1.6.tar.gz) = 18422b3b498d3bc617f0918d665418f2
|
7
mail/p5-Email-Simple/pkg-descr
Normal file
7
mail/p5-Email-Simple/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Email::Simple is the first deliverable of the "Perl Email Project", a
|
||||
reaction against the complexity and increasing bugginess of the Mail::*
|
||||
modules. In contrast, Email::* modules are meant to be simple to use
|
||||
and to maintain, pared to the bone, fast, minimal in their external
|
||||
dependencies, and correct.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Email-Simple
|
5
mail/p5-Email-Simple/pkg-plist
Normal file
5
mail/p5-Email-Simple/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Email/Simple.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true
|
Loading…
Reference in a new issue