91a1caa242
Hope to see you back! Thank for all the work!
18 lines
510 B
Makefile
18 lines
510 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Vpopmaild
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= net mail pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR Class for accessing Vpopmail's vpopmaild daemon
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|