mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-POE-Component-SMTP 1.4, SMTP Protocol Implementation.
This commit is contained in:
parent
da57acccdd
commit
b467d097fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81983
5 changed files with 47 additions and 0 deletions
|
@ -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
|
||||
|
|
27
mail/p5-POE-Component-SMTP/Makefile
Normal file
27
mail/p5-POE-Component-SMTP/Makefile
Normal file
|
@ -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>
|
1
mail/p5-POE-Component-SMTP/distinfo
Normal file
1
mail/p5-POE-Component-SMTP/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (POE-Component-SMTP-1.4.tar.gz) = a8b1906a4ec0f99b5cb57498dc7a80c9
|
9
mail/p5-POE-Component-SMTP/pkg-descr
Normal file
9
mail/p5-POE-Component-SMTP/pkg-descr
Normal file
|
@ -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
|
9
mail/p5-POE-Component-SMTP/pkg-plist
Normal file
9
mail/p5-POE-Component-SMTP/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue