diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-09 20:25:31 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-09 20:25:31 +0000 |
commit | 707838351fb9adf3b193ef3ee2fff49076513861 (patch) | |
tree | 6966d926ef1bc4feb361e5f4db50ac5e530d436b /mail | |
parent | ab42bb95c80945f1a935b3b3a43435d8a81c2d79 (diff) | |
download | pkgsrc-707838351fb9adf3b193ef3ee2fff49076513861.tar.gz |
Mail::RFC822::Address validates email addresses against the grammar
described in RFC 822 using regular expressions. This module is
functionally equivalent to RFC::RFC822::Address, but uses regular
expressions rather than the Parse::RecDescent parser.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-RFC822-Address/DESCR | 4 | ||||
-rw-r--r-- | mail/p5-Mail-RFC822-Address/Makefile | 21 | ||||
-rw-r--r-- | mail/p5-Mail-RFC822-Address/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/mail/p5-Mail-RFC822-Address/DESCR b/mail/p5-Mail-RFC822-Address/DESCR new file mode 100644 index 00000000000..48e29618b42 --- /dev/null +++ b/mail/p5-Mail-RFC822-Address/DESCR @@ -0,0 +1,4 @@ +Mail::RFC822::Address validates email addresses against the grammar +described in RFC 822 using regular expressions. This module is +functionally equivalent to RFC::RFC822::Address, but uses regular +expressions rather than the Parse::RecDescent parser. diff --git a/mail/p5-Mail-RFC822-Address/Makefile b/mail/p5-Mail-RFC822-Address/Makefile new file mode 100644 index 00000000000..1b3446034e1 --- /dev/null +++ b/mail/p5-Mail-RFC822-Address/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2010/03/09 20:25:31 pettai Exp $ +# + +DISTNAME= Mail-RFC822-Address-0.3 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://search.cpan.org/~pdwarren/Mail-RFC822-Address-0.3/ +COMMENT= Perl extension for validating email addresses according to RFC822 + +DEPENDS+= p5-ExtUtils-MakeMaker-[0-9]*:../../devel/p5-ExtUtils-MakeMaker + +PERL5_PACKLIST= auto/Mail/RFC822/Address/.packlist +USE_LANGUAGES= # none + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-RFC822-Address/distinfo b/mail/p5-Mail-RFC822-Address/distinfo new file mode 100644 index 00000000000..d93a2ba9f70 --- /dev/null +++ b/mail/p5-Mail-RFC822-Address/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2010/03/09 20:25:31 pettai Exp $ + +SHA1 (Mail-RFC822-Address-0.3.tar.gz) = 53b84a09f9be8a35d5d9cac3653645d44c98bffe +RMD160 (Mail-RFC822-Address-0.3.tar.gz) = 2e8d6277b1766ecef9fd6f983e1aed693071a7d9 +Size (Mail-RFC822-Address-0.3.tar.gz) = 5239 bytes |