freebsd-ports/net/pear-Net_NNTP/Makefile
Mark Linimon 17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00

26 lines
675 B
Makefile

# 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.1
PORTEPOCH= 1
CATEGORIES= net news pear
MAINTAINER= ports@FreeBSD.org
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/bsd.pear.mk"
.include <bsd.port.post.mk>