freebsd-ports/net/pear-Net_NNTP/Makefile
Clement Laforet 4c12e56903 - kill pkg-plist
PR:             65497
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
2004-04-14 08:21:01 +00:00

25 lines
714 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= 0.10.1
CATEGORIES= net news www pear
MAINTAINER= clement@FreeBSD.org
COMMENT= PEAR class that provides an 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/Protocol.php NNTP/Header.php NNTP/Message.php
EXAMPLES= README read.php group.php index.php
_EXAMPLESDIR= examples/news.php.net
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>