aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_LMTP
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-08 20:20:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-08 20:20:19 +0000
commitb23eaa63e3185af8afdc8c2f9e395e9b870019b1 (patch)
tree6c525b868047092c28a6f472125fccb5e9bb9146 /mail/pear-Net_LMTP
parent235570a2407817136ced9be7a03433783c6a6006 (diff)
downloadports-b23eaa63e3185af8afdc8c2f9e395e9b870019b1.tar.gz
ports-b23eaa63e3185af8afdc8c2f9e395e9b870019b1.zip
PEAR::Net_LMTP provides an implementation of the RFC2033 LMTP using
PEAR::Net_Socket and PEAR::Auth_SASL. PR: ports/78553 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=130652
Diffstat (limited to 'mail/pear-Net_LMTP')
-rw-r--r--mail/pear-Net_LMTP/Makefile25
-rw-r--r--mail/pear-Net_LMTP/distinfo2
-rw-r--r--mail/pear-Net_LMTP/pkg-descr4
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/pear-Net_LMTP/Makefile b/mail/pear-Net_LMTP/Makefile
new file mode 100644
index 000000000000..21b3acc2fe79
--- /dev/null
+++ b/mail/pear-Net_LMTP/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: pear-Net_LMTP
+# Date created: 07 March 2005
+# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_LMTP
+PORTVERSION= 1.0.1
+CATEGORIES= mail www pear
+
+MAINTAINER= antonio@php.net
+COMMENT= PEAR implementation of the RFC2033 LMTP protocol
+
+BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Net
+FILES= LMTP.php
+TESTS= test_lmtp.php
+_TESTSDIR= .
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/mail/pear-Net_LMTP/distinfo b/mail/pear-Net_LMTP/distinfo
new file mode 100644
index 000000000000..b7996d9e3f48
--- /dev/null
+++ b/mail/pear-Net_LMTP/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Net_LMTP-1.0.1.tgz) = 646d1c5293b069cda9b4a94011a18e20
+SIZE (PEAR/Net_LMTP-1.0.1.tgz) = 5596
diff --git a/mail/pear-Net_LMTP/pkg-descr b/mail/pear-Net_LMTP/pkg-descr
new file mode 100644
index 000000000000..a057ff6c2034
--- /dev/null
+++ b/mail/pear-Net_LMTP/pkg-descr
@@ -0,0 +1,4 @@
+PEAR::Net_LMTP provides an implementation of the RFC2033 LMTP using
+PEAR::Net_Socket and PEAR::Auth_SASL.
+
+WWW: http://pear.php.net/package/Net_LMTP/