summaryrefslogtreecommitdiff
path: root/mail/p5-POE-Component-Client-SMTP
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-05-24 14:02:23 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-05-24 14:02:23 +0000
commitb6027ab4f3913392eaaeca7904fda64b1bd4f75b (patch)
tree89fc71433e3e4886a50c8b7cb76881cdf1b440ed /mail/p5-POE-Component-Client-SMTP
parentUpdate to 0.12 (diff)
Add p5-POE-Component-Client-SMTP 0.01, SMTP client POE component.
Notes
Notes: svn path=/head/; revision=136033
Diffstat (limited to 'mail/p5-POE-Component-Client-SMTP')
-rw-r--r--mail/p5-POE-Component-Client-SMTP/Makefile31
-rw-r--r--mail/p5-POE-Component-Client-SMTP/distinfo2
-rw-r--r--mail/p5-POE-Component-Client-SMTP/pkg-descr5
-rw-r--r--mail/p5-POE-Component-Client-SMTP/pkg-plist8
4 files changed, 46 insertions, 0 deletions
diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile
new file mode 100644
index 000000000000..ba7f4d4b94c2
--- /dev/null
+++ b/mail/p5-POE-Component-Client-SMTP/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: POE-Component-Client-SMTP
+# Date created: 24 May 2005
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= POE-Component-Client-SMTP
+PORTVERSION= 0.01
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= POE
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= SMTP client POE component
+
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= POE::Component::Client::SMTP.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/mail/p5-POE-Component-Client-SMTP/distinfo b/mail/p5-POE-Component-Client-SMTP/distinfo
new file mode 100644
index 000000000000..4462c2ac1b43
--- /dev/null
+++ b/mail/p5-POE-Component-Client-SMTP/distinfo
@@ -0,0 +1,2 @@
+MD5 (POE-Component-Client-SMTP-0.01.tar.gz) = 712eb939a29901cc88c9473b4d028356
+SIZE (POE-Component-Client-SMTP-0.01.tar.gz) = 5755
diff --git a/mail/p5-POE-Component-Client-SMTP/pkg-descr b/mail/p5-POE-Component-Client-SMTP/pkg-descr
new file mode 100644
index 000000000000..e4f1ae816970
--- /dev/null
+++ b/mail/p5-POE-Component-Client-SMTP/pkg-descr
@@ -0,0 +1,5 @@
+POE::Component::Client::SMTP can be used to send asynchronous e-mail
+messages while your POE program still does something else in the
+meantime.
+
+WWW: http://search.cpan.org/dist/POE-Component-Client-SMTP/
diff --git a/mail/p5-POE-Component-Client-SMTP/pkg-plist b/mail/p5-POE-Component-Client-SMTP/pkg-plist
new file mode 100644
index 000000000000..dd3b12d3c537
--- /dev/null
+++ b/mail/p5-POE-Component-Client-SMTP/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/SMTP/.packlist
+%%SITE_PERL%%/POE/Component/Client/SMTP.pm
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/SMTP
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true