summaryrefslogtreecommitdiff
path: root/net/pear-Net_Vpopmaild/Makefile
blob: f8c746366d51e419fdc41cd5b387db7dd294d287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen heping <wenheping@gmail.com>)
# $FreeBSD$

PORTNAME=	Net_Vpopmaild
PORTVERSION=	0.3.2
CATEGORIES=	net mail pear

MAINTAINER=	joneum@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>