bf1b2338b6
PR: ports/64542 Submitted by: maintainer Approved by: mat (implicit).
26 lines
581 B
Makefile
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>
|