1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/pear-Net_Sieve/Makefile
Martin Wilke 301e844964 - Update to 1.1.6
PR:		121973
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2008-03-25 23:03:26 +00:00

26 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.6
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>