opnsense-ports/mail/pear-Net_IMAP/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

19 lines
449 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@${PHP_FLAVOR} \
${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
.include <bsd.port.mk>