mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add pecl-esmtp 0.3.1, PECL ESMTP client extenion.
PR: ports/101133 Submitted by: chinsan <chinsan.tw at gmail.com>
This commit is contained in:
parent
b0e037a9d2
commit
8c9199c231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169305
@ -364,6 +364,7 @@
|
||||
SUBDIR += pear-Net_Cyrus
|
||||
SUBDIR += pear-Net_IMAP
|
||||
SUBDIR += pear-Net_LMTP
|
||||
SUBDIR += pecl-esmtp
|
||||
SUBDIR += pecl-mailparse
|
||||
SUBDIR += perdition
|
||||
SUBDIR += pflogstats
|
||||
|
35
mail/pecl-esmtp/Makefile
Normal file
35
mail/pecl-esmtp/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Ports collection makefile for: pecl-esmtp
|
||||
# Date created: 2006/08/01
|
||||
# Whom: chinsan <chinsan.tw@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= esmtp
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= PECL ESMTP client extenion
|
||||
|
||||
LIB_DEPENDS= esmtp:${PORTSDIR}/mail/libesmtp
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
OPTIONS= RE2C "Enable re2c to regenerate PHP parsers" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_RE2C)
|
||||
BUILD_DEPENDS+= re2c:${PORTSDIR}/devel/re2c
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '29,34 d; 45,50 d' ${WRKSRC}/config.m4
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/pecl-esmtp/distinfo
Normal file
3
mail/pecl-esmtp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PECL/esmtp-0.3.1.tgz) = e1db69e1b05efd0bf7f5c7d0b6b3255f
|
||||
SHA256 (PECL/esmtp-0.3.1.tgz) = 9adb11943dee5de4b7ca47a36f7eeb79e2a4e6b8854598a42d6c5d466ff7948b
|
||||
SIZE (PECL/esmtp-0.3.1.tgz) = 25963
|
5
mail/pecl-esmtp/pkg-descr
Normal file
5
mail/pecl-esmtp/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Esmtp is a wrapper for SMTP client library based on the libESMTP library
|
||||
(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages
|
||||
using internal SASL, and external/openssl SSL support.
|
||||
|
||||
WWW: http://pecl.php.net/package/esmtp
|
Loading…
Reference in New Issue
Block a user