e42e3cbc15
+ update port: net/pear-Net_NNTP to 1.2.0 + changelog: http://pear.php.net/package/Net_NNTP/download/1.2.0/ + take maintainership + update pkg-descr PR: ports/76355 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
27 lines
701 B
Makefile
27 lines
701 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.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>
|