mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- Update WWW - Add LICENSE_FILE - Change the way *_DEPENDS are set - Remove BUILD_DEPENDS - Add NO_ARCH Changes: https://pear.php.net/package/Net_IMAP/download/ https://github.com/pear/Net_IMAP/releases
20 lines
522 B
Makefile
20 lines
522 B
Makefile
PORTNAME= Net_IMAP
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= mail net pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR class that provides an implementation of the IMAP protocol
|
|
WWW= https://pear.php.net/package/Net_IMAP \
|
|
https://github.com/pear/Net_IMAP
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Auth_SASL>=1.0.2:security/pear-Auth_SASL@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0.8:net/pear-Net_Socket@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|