summaryrefslogtreecommitdiff
path: root/mail/pear-Net_LMTP/Makefile
blob: aa0efc2102e2775aaed38b93de5a44c6387eaff7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Net_LMTP
PORTVERSION=	1.0.2
CATEGORIES=	mail www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR implementation of the RFC2033 LMTP protocol
WWW=		https://pear.php.net/package/Net_LMTP

LICENSE=	PHP301

BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		pear

.include <bsd.port.mk>