1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/pear-Net_Sieve/Makefile
Thierry Thomas 6dac0b1a86 Update to 1.1.1.
Changelog a <http://pear.php.net/package/Net_Sieve/download/>.

PR:		ports/78124
Submitted by:	Martin Matuska (maintainer)
2005-02-26 21:28:08 +00:00

26 lines
583 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.1
CATEGORIES= net www pear
MAINTAINER= martin@matuska.org
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>