aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_Sieve/Makefile
blob: cf68ee36264e8984ac7f0911a3006dec3690112d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

PORTNAME=   Net_Sieve
PORTVERSION=    1.4.1
CATEGORIES= net www pear

MAINTAINER= joneum@FreeBSD.org
COMMENT=    PEAR class to handle talking to timsieved

LICENSE=    BSD3CLAUSE

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>