ports/mail/pear-Net_IMAP/Makefile
Po-Chuan Hsieh 16cf5818a5
mail/pear-Net_IMAP: Update to 1.1.4
- 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
2024-03-23 22:30:59 +08:00

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>