8d6597e0bb
With hat: portmgr Sponsored by: Absolight
18 lines
461 B
Makefile
18 lines
461 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 \
|
|
${PEARDIR}/Log.php:sysutils/pear-Log
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
|
|
${PEARDIR}/Log.php:sysutils/pear-Log
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|