1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/pear-Net_Sieve/Makefile
Marcus Alves Grando c74ebf686f - Update to 1.1.2
- Take MAINTAINER

PR:		93113
Submitted by:	Anish Mistry <amistry@am-productions.biz>
Approved by:	maintainer
2006-03-21 20:26:21 +00:00

28 lines
631 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.2
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= test_sieve.php
_TESTSDIR= .
PLIST_FILES= share/pear/.registry/net_sieve.reg
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>