freebsd-ports/net/pear-Net_Vpopmaild/Makefile
Martin Wilke b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00

18 lines
509 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
USES= pear
.include <bsd.port.mk>