summaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP/Makefile
blob: 16d228d75dd71b7e905c983e99cf32bb044364fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ports collection makefile for:	pear-Net_NNTP
# Date created:				07 August 2003
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#

PORTNAME=	Net_NNTP
PORTVERSION=	1.2.0
CATEGORIES=	net news www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR implementation of the NNTP protocol

BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	Net
FILES=		NNTP/Client.php NNTP/Header.php NNTP/Message.php \
		NNTP/Protocol/Client.php
EXAMPLES=	index.php group.php read.php
_EXAMPLESDIR=	docs/examples/news.php.net

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>