d81de3b394
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_Vpopmaild-0.3.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Vpopmaild-0.3.2.tgz fetch: http://pear.php.net/get/Net_Vpopmaild-0.3.2.tgz: size mismatch: expected 20484, actual 20756 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Vpopmaild-0.3.2.tgz [1] Approved by: portmgr (blanket)
18 lines
464 B
Makefile
18 lines
464 B
Makefile
# 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>
|