1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/mail/pear-Net_LMTP/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

19 lines
383 B
Makefile

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