diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 20:20:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 20:20:19 +0000 |
commit | b23eaa63e3185af8afdc8c2f9e395e9b870019b1 (patch) | |
tree | 6c525b868047092c28a6f472125fccb5e9bb9146 /mail/pear-Net_LMTP | |
parent | 235570a2407817136ced9be7a03433783c6a6006 (diff) |
Notes
Diffstat (limited to 'mail/pear-Net_LMTP')
-rw-r--r-- | mail/pear-Net_LMTP/Makefile | 25 | ||||
-rw-r--r-- | mail/pear-Net_LMTP/distinfo | 2 | ||||
-rw-r--r-- | mail/pear-Net_LMTP/pkg-descr | 4 |
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/ |