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:
parent
235570a240
commit
b23eaa63e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130652
@ -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
|
||||
|
25
mail/pear-Net_LMTP/Makefile
Normal file
25
mail/pear-Net_LMTP/Makefile
Normal 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>
|
2
mail/pear-Net_LMTP/distinfo
Normal file
2
mail/pear-Net_LMTP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/Net_LMTP-1.0.1.tgz) = 646d1c5293b069cda9b4a94011a18e20
|
||||
SIZE (PEAR/Net_LMTP-1.0.1.tgz) = 5596
|
4
mail/pear-Net_LMTP/pkg-descr
Normal file
4
mail/pear-Net_LMTP/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user