freebsd-ports/mail/pear-Net_IMAP/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
421 B
Makefile

# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Net_IMAP
PORTVERSION= 1.1.3
CATEGORIES= mail net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class that provides an implementation of the IMAP protocol
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
.include <bsd.port.mk>