opnsense-ports/mail/pear-Net_IMAP/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

19 lines
419 B
Makefile

# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Net_IMAP
PORTVERSION= 1.1.3
CATEGORIES= mail net pear
MAINTAINER= miwi@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>