6f8c351112
Sponsored by: Netzkommune GmbH
19 lines
518 B
Makefile
19 lines
518 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Vpopmaild
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= net mail pear
|
|
|
|
MAINTAINER= miwi@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>
|