mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
6f8c351112
Sponsored by: Netzkommune GmbH
19 lines
395 B
Makefile
19 lines
395 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= miwi@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>
|