blob: 2807dfc82e1a37c6514830959edb5a4a81d34ad6 (
plain) (
tree)
|
|
# Ports collection makefile for: pear-Net_NNTP
# Date created: 07 August 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= Net_NNTP
PORTVERSION= 1.0.0
PORTEPOCH= 1
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.php NNTP/Client.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>
|