mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6dac0b1a86
Changelog a <http://pear.php.net/package/Net_Sieve/download/>. PR: ports/78124 Submitted by: Martin Matuska (maintainer)
26 lines
583 B
Makefile
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>
|