1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/mail/pear-Net_LMTP/Makefile
2021-05-23 00:20:48 +08:00

18 lines
386 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= Net_LMTP
PORTVERSION= 1.0.2
CATEGORIES= mail www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR implementation of the RFC2033 LMTP protocol
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
.include <bsd.port.mk>