summaryrefslogtreecommitdiff
path: root/mail/p5-POE-Component-SMTP
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-06-02 10:27:48 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-06-02 10:27:48 +0000
commitb467d097fe2cbd9eb7123e32168c8c6b67d4f4cc (patch)
treebae964cac87032c1422a60eff74672936ae2588f /mail/p5-POE-Component-SMTP
parentAdd p5-POE-Session-MultiDispatch 1.3, (diff)
Add p5-POE-Component-SMTP 1.4, SMTP Protocol Implementation.
Notes
Notes: svn path=/head/; revision=81983
Diffstat (limited to 'mail/p5-POE-Component-SMTP')
-rw-r--r--mail/p5-POE-Component-SMTP/Makefile27
-rw-r--r--mail/p5-POE-Component-SMTP/distinfo1
-rw-r--r--mail/p5-POE-Component-SMTP/pkg-descr9
-rw-r--r--mail/p5-POE-Component-SMTP/pkg-plist9
4 files changed, 46 insertions, 0 deletions
diff --git a/mail/p5-POE-Component-SMTP/Makefile b/mail/p5-POE-Component-SMTP/Makefile
new file mode 100644
index 000000000000..33261736c0a5
--- /dev/null
+++ b/mail/p5-POE-Component-SMTP/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: POE-Component-SMTP
+# Date created: 02 June 2003
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= POE-Component-SMTP
+PORTVERSION= 1.4
+CATEGORIES= mail devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= POE
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= SMTP Protocol Implementation
+
+RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+ ${SITE_PERL}/POE/Session/MultiDispatch.pm:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
+PERL_CONFIGURE= yes
+
+MAN3= POE::Component::Server::SMTP.3 POE::Filter::SMTP.3
+
+.include <bsd.port.mk>
diff --git a/mail/p5-POE-Component-SMTP/distinfo b/mail/p5-POE-Component-SMTP/distinfo
new file mode 100644
index 000000000000..8c502c9c6764
--- /dev/null
+++ b/mail/p5-POE-Component-SMTP/distinfo
@@ -0,0 +1 @@
+MD5 (POE-Component-SMTP-1.4.tar.gz) = a8b1906a4ec0f99b5cb57498dc7a80c9
diff --git a/mail/p5-POE-Component-SMTP/pkg-descr b/mail/p5-POE-Component-SMTP/pkg-descr
new file mode 100644
index 000000000000..267eaec73c8c
--- /dev/null
+++ b/mail/p5-POE-Component-SMTP/pkg-descr
@@ -0,0 +1,9 @@
+POE::Component::Server::TCP implements the SMTP protocol for the server.
+To support any command other than HELO and QUIT, you'll have to
+implement it yourself, and define it in your InlineStates,
+PackageStates, or ObjectStates.
+
+WWW: http://search.cpan.org/dist/POE-Component-SMTP/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/mail/p5-POE-Component-SMTP/pkg-plist b/mail/p5-POE-Component-SMTP/pkg-plist
new file mode 100644
index 000000000000..7dd76760b023
--- /dev/null
+++ b/mail/p5-POE-Component-SMTP/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/SMTP/.packlist
+%%SITE_PERL%%/POE/Component/Server/SMTP.pm
+%%SITE_PERL%%/POE/Filter/SMTP.pm
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Server 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE/Filter 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/SMTP
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true