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