pkgsrc/mail/p5-Email-Valid/Makefile
hiramatsu af8159c398 Update p5-Email-Valid to 0.185.
Changes from previous:
0.185     2011-08-11
          do not die in t/valid.t when testing for working DNS
          (address RT #70157, thanks, Alexey Tourbin)

          avoid a pointless warning (mentioned in RT #68312)

          check TLD validity before MX records
          (address RT #32237, thanks, meyerdigital)

          reject addresses with non-ASCII characters
          (address RT #50230, thanks, ferreira)
2011-11-18 00:14:22 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.25 2011/11/18 00:14:22 hiramatsu Exp $
DISTNAME= Email-Valid-0.185
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5emv
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Valid/
COMMENT= Perl5 module for testing validity of an email address
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Email/Valid/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"