freebsd-ports/net/pear-Net_Vpopmaild/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>