1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/pear-Net_Sieve/Makefile
2011-09-21 02:46:17 +00:00

26 lines
633 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.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
CATEGORY= Net
FILES= Sieve.php
TESTS= SieveTest.php largescript.siv
_TESTSDIR= tests
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>