Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / pear-Net_LMTP / Makefile
1 # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
2 # $FreeBSD$
3
4 PORTNAME=       Net_LMTP
5 PORTVERSION=    1.0.2
6 CATEGORIES=     mail www pear
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        PEAR implementation of the RFC2033 LMTP protocol
10
11 LICENSE=        PHP301
12
13 BUILD_DEPENDS=  ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           pear
17
18 .include <bsd.port.mk>