freebsd-ports/mail/pear-Net_LMTP/Makefile

19 lines
394 B
Makefile
Raw Normal View History

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_LMTP
2011-12-23 04:20:36 +01:00
PORTVERSION= 1.0.2
CATEGORIES= mail www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR implementation of the RFC2033 LMTP protocol
2015-03-18 14:04:54 +01:00
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
2015-03-18 14:04:54 +01:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
2015-03-18 14:04:54 +01:00
USES= pear
2014-09-23 18:45:35 +02:00
.include <bsd.port.mk>