freebsd-ports/net/pear-Net_Sieve/Makefile
Alex Dupre 38976d7004 Update to 1.1.3 release (now that we fixed pear uninstall).
PR:		ports/97545
Submitted by:	Anish Mistry <amistry@am-productions.biz>
2006-08-21 08:49:06 +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.3
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>