1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net/pear-Net_Vpopmaild/Makefile
Antoine Brodin 4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00

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>