diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-06-02 10:27:48 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-06-02 10:27:48 +0000 |
commit | b467d097fe2cbd9eb7123e32168c8c6b67d4f4cc (patch) | |
tree | bae964cac87032c1422a60eff74672936ae2588f /mail | |
parent | da57acccdde22cde0b9c3ddda35f1bd272d65e4c (diff) | |
download | ports-b467d097fe2cbd9eb7123e32168c8c6b67d4f4cc.tar.gz ports-b467d097fe2cbd9eb7123e32168c8c6b67d4f4cc.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-POE-Component-SMTP/Makefile | 27 | ||||
-rw-r--r-- | mail/p5-POE-Component-SMTP/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-POE-Component-SMTP/pkg-descr | 9 | ||||
-rw-r--r-- | mail/p5-POE-Component-SMTP/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 63520d663e59..afbd2a8033f0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -197,6 +197,7 @@ SUBDIR += p5-Mail-Tools SUBDIR += p5-Mail-Verify SUBDIR += p5-Net-SMTP-Server + SUBDIR += p5-POE-Component-SMTP SUBDIR += p5-Sendmail-Milter SUBDIR += p5-vpopmail SUBDIR += pantomime 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 |