mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
17 lines
391 B
Makefile
17 lines
391 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Sieve
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR class to handle talking to timsieved
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|