mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
4f5544a38b
Tested by: poudriere Approved by: portmgr (bapt)
21 lines
598 B
Makefile
21 lines
598 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:${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
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|