fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
16 lines
368 B
Makefile
16 lines
368 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Sieve
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to handle talking to timsieved
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|