freebsd-ports/net/pear-Net_Sieve/Makefile
Cheng-Lung Sung b7a1fb7b73 Update net/pear-Net_Sieve to 1.1.5. 1.1.4 was fundamentally broken.
PR:		ports/104781
Submitted by:	maintainer (Anish Mistry)
2006-11-02 06:42:39 +00:00

25 lines
597 B
Makefile

# Ports collection makefile for: pear-Net_Sieve
# Date created: 25 October 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Net_Sieve
PORTVERSION= 1.1.5
CATEGORIES= net www pear
MAINTAINER= amistry@am-productions.biz
COMMENT= PEAR class to handle talking to timsieved
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= Sieve.php
TESTS= SieveTest.php largescript.siv
_TESTSDIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>