freebsd-ports/net/pear-Net_Sieve/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

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>