pkgsrc/mail/p5-Email-Address/Makefile
adrianp 993471bccf This class implements a complete RFC 2822 parser that locates email
addresses in strings and returns a list of Email::Address objects
found. The goal of this software is to be correct, fast, and API
compatible with the MailTools version.

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 11:16:02 +00:00

17 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 11:16:02 adrianp Exp $
DISTNAME= Email-Address-1.80
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Email-Address/
COMMENT= RFC 2822 Address Parsing and Creation
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Email/Address/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"