1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/mail/pear-Net_LMTP/Makefile
Sunpoet Po-Chuan Hsieh e53f4db3a7 - Add LICENSE
2015-03-18 13:04:54 +00:00

19 lines
394 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= ports@FreeBSD.org
COMMENT= PEAR implementation of the RFC2033 LMTP protocol
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
.include <bsd.port.mk>