Upstream changes: 1.192 2013-09-07 21:00:55 America/New_York if Net::DNS is not available, do not test null mx validity 1.191 2013-09-04 21:52:50 America/New_York update bugtracker, repo, etc. mxcheck fails when remote MX record is "." drop use of bytes.pm; any bug fixed by that should be fixed again properly
20 lines
607 B
Makefile
20 lines
607 B
Makefile
# $NetBSD: Makefile,v 1.30 2013/09/08 14:07:11 wen Exp $
|
|
|
|
DISTNAME= Email-Valid-1.192
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Email/Valid/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|