987b861408
Upstream changes: 0.190 2012-03-26 fix skip test count 0.189 2012-03-26 addresses in the form rjbs@[1.2.3.4], when allowed by allow_ip, are not failed for the tld check (reported by Marcel Gr.nauer) 0.188 2012-03-15 fix [rt.cpan.org #75736], in which 0@domain.com was considered invalid (thanks for the fix from Steve Bertrand) 0.187 2012-01-27 addresses in the form rjbs@[1.2.3.4] are now (correctly) considered valid; this can be disabled with the -allow_ip option (this resolves RT #48398) check email address length and localpart length (thanks, Steve Bertrand!) 0.186 2012-01-22 use blessed($x) instead of wrapping an ->isa called in eval{}; this patch (thanks, Felipe Bergo!) was submitted to avoid problems with people who have global __DIE__ handlers, but was applied to just avoid the dumb eval{}; people with __DIE__ are otherwise on their own, here
22 lines
642 B
Makefile
22 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.26 2012/08/31 12:30:22 wen Exp $
|
|
|
|
DISTNAME= Email-Valid-0.190
|
|
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"
|