aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 03:40:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 03:40:37 +0000
commit57cc34adf8f6e91bb214fc7af63171cf00409a21 (patch)
tree36444a6fd67ec2e69d6a75a664555bd36aa8b652
parent5884e6ac73f1466bb3d3a774e8550b4e1d127905 (diff)
downloadports-57cc34adf8f6e91bb214fc7af63171cf00409a21.tar.gz
ports-57cc34adf8f6e91bb214fc7af63171cf00409a21.zip
New port of p5-Mail-Verify version 0.01: Perl module to verify
email addresses PR: 29420 Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes: svn path=/head/; revision=45814
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-Mail-Verify/Makefile28
-rw-r--r--mail/p5-Mail-Verify/distinfo1
-rw-r--r--mail/p5-Mail-Verify/pkg-comment1
-rw-r--r--mail/p5-Mail-Verify/pkg-descr12
-rw-r--r--mail/p5-Mail-Verify/pkg-plist5
6 files changed, 48 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index e50e7d84e7fe..fb9a12c54005 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -122,6 +122,7 @@
SUBDIR += p5-Mail-Sender
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Tools
+ SUBDIR += p5-Mail-Verify
SUBDIR += pathalias
SUBDIR += perdition
SUBDIR += pflogsumm
diff --git a/mail/p5-Mail-Verify/Makefile b/mail/p5-Mail-Verify/Makefile
new file mode 100644
index 000000000000..eae332a38ff2
--- /dev/null
+++ b/mail/p5-Mail-Verify/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-Mail-Verify
+# Date created: 2 August 2001
+# Whom: Pete Fritchman <petef@databits.net >
+#
+# $FreeBSD$
+#
+
+PORTNAME= Mail-Verify
+PORTVERSION= 0.01
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Mail
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= petef@databits.net
+
+BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Mail::Verify.3
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Mail-Verify/distinfo b/mail/p5-Mail-Verify/distinfo
new file mode 100644
index 000000000000..82906de36a49
--- /dev/null
+++ b/mail/p5-Mail-Verify/distinfo
@@ -0,0 +1 @@
+MD5 (Mail-Verify-0.01.tar.gz) = 66c9e4f5cb7667370411dd04a7c81125
diff --git a/mail/p5-Mail-Verify/pkg-comment b/mail/p5-Mail-Verify/pkg-comment
new file mode 100644
index 000000000000..10a5f9710d7c
--- /dev/null
+++ b/mail/p5-Mail-Verify/pkg-comment
@@ -0,0 +1 @@
+Perl module to verify email addresses
diff --git a/mail/p5-Mail-Verify/pkg-descr b/mail/p5-Mail-Verify/pkg-descr
new file mode 100644
index 000000000000..f2173cdd57f6
--- /dev/null
+++ b/mail/p5-Mail-Verify/pkg-descr
@@ -0,0 +1,12 @@
+Mail::Verify provides a function CheckAddress function for verifying
+email addresses. First the syntax of the email address is checked,
+then it verifies that there is at least one valid MX server accepting
+email for the domain. Using the Net::DNS module and the IO::Socket
+module a list of MX records (or, falling back on a hosts A record)
+are checked to make sure at least one SMTP server is accepting
+connections.
+
+WWW: http://search.cpan.org/search?dist=Mail-Verify
+
+- Pete
+petef@databits.net
diff --git a/mail/p5-Mail-Verify/pkg-plist b/mail/p5-Mail-Verify/pkg-plist
new file mode 100644
index 000000000000..93316c1916b0
--- /dev/null
+++ b/mail/p5-Mail-Verify/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Mail/Verify.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Verify/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Verify
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true