mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b7a1fb7b73
PR: ports/104781 Submitted by: maintainer (Anish Mistry)
26 lines
597 B
Makefile
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.5
|
|
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>
|