Initial import of Email-Address-1.80
This class implements a complete RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address objects found. Alternately you may construct objects manually. from Sam Smith <s at msmith.net>
This commit is contained in:
parent
fe0ba1f767
commit
12b04df4b1
23
mail/p5-Email-Address/Makefile
Normal file
23
mail/p5-Email-Address/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 15:35:01 sturm Exp $
|
||||
|
||||
COMMENT= "RFC 2822 Address Parsing and Creation"
|
||||
|
||||
DISTNAME= Email-Address-1.80
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= mail perl5
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
mail/p5-Email-Address/distinfo
Normal file
4
mail/p5-Email-Address/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Email-Address-1.80.tar.gz) = b57726d9915a502bc6b52966217a453e
|
||||
RMD160 (Email-Address-1.80.tar.gz) = 9bc7d09363b542174506cc0569559bba4e378a33
|
||||
SHA1 (Email-Address-1.80.tar.gz) = e2b424d194195dacad8220f6ad69952da1904333
|
||||
SIZE (Email-Address-1.80.tar.gz) = 20631
|
4
mail/p5-Email-Address/pkg/DESCR
Normal file
4
mail/p5-Email-Address/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This class implements a complete RFC 2822 parser that
|
||||
locates email addresses in strings and returns a list of
|
||||
Email::Address objects found. Alternately you may construct
|
||||
objects manually.
|
4
mail/p5-Email-Address/pkg/PLIST
Normal file
4
mail/p5-Email-Address/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/01/15 15:35:01 sturm Exp $
|
||||
${P5SITE}/Email/
|
||||
${P5SITE}/Email/Address.pm
|
||||
@man man/man3p/Email::Address.3p
|
Loading…
Reference in New Issue
Block a user