freebsd-ports/net/pear-Net_Vpopmaild/Makefile
2021-05-23 00:20:48 +08:00

17 lines
509 B
Makefile

# Created by: Wen heping <wenheping@gmail.com>)
PORTNAME= Net_Vpopmaild
PORTVERSION= 0.3.2
CATEGORIES= net mail pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR Class for accessing Vpopmail's vpopmaild daemon
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>