1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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>
This commit is contained in:
Pav Lucistnik 2005-03-08 20:20:19 +00:00
parent 235570a240
commit b23eaa63e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130652
4 changed files with 32 additions and 0 deletions

View File

@ -322,6 +322,7 @@
SUBDIR += pear-Mail_Queue
SUBDIR += pear-Net_Cyrus
SUBDIR += pear-Net_IMAP
SUBDIR += pear-Net_LMTP
SUBDIR += pecl-mailparse
SUBDIR += perdition
SUBDIR += pflogstats

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Net_LMTP-1.0.1.tgz) = 646d1c5293b069cda9b4a94011a18e20
SIZE (PEAR/Net_LMTP-1.0.1.tgz) = 5596

View File

@ -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/