freebsd-ports/net/pear-Net_Sieve/Makefile
Thierry Thomas bf1b2338b6 Upgrade net/pear-Net_Sieve from 1.0.0 to 1.0.1.
PR:		ports/64542
Submitted by:	maintainer
Approved by:	mat (implicit).
2004-03-21 21:15:42 +00:00

26 lines
581 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.0.1
CATEGORIES= net www pear
MAINTAINER= martin@tradex.sk
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= test_sieve.php
_TESTSDIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>