opnsense-ports/mail/pear-Net_Cyrus/Makefile
Franco Fichtner 0657e9ccf7 */*: sync with upstream
Taken from: FreeBSD
2022-10-20 06:33:33 +02:00

18 lines
512 B
Makefile

PORTNAME= Net_Cyrus
DISTVERSION= 0.3.2
CATEGORIES= mail net pear
MAINTAINER= bra@fsn.hu
COMMENT= PEAR class to administer Cyrus IMAP servers
WWW= https://pear.php.net/package/Net_Cyrus
LICENSE= PHP202
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>