1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to PEAR_AUTOINSTALL

This commit is contained in:
Martin Wilke 2013-05-13 09:55:06 +00:00
parent aa702f0285
commit 31e3421f0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318054

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Net_NNTP
# Date created: 07 August 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
#
PORTNAME= Net_NNTP
PORTVERSION= 1.4.0
@ -14,19 +10,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR implementation of the NNTP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
CATEGORY= Net
FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \
NNTP/Protocol/Client.php NNTP/Protocol/Responsecode.php
EXAMPLES= demo/article.php demo/common.inc.php demo/config.inc.php demo/footer.inc.php \
demo/group.php demo/groups.php demo/header.inc.php demo/index.php demo/style.css \
phpdoc/authenticate.php phpdoc/connect.php phpdoc/constructor.php phpdoc/getDescriptions.php \
phpdoc/getGroups.php phpdoc/getOverview.php phpdoc/selectArticle.php \
phpdoc/selectGroup.php phpdoc/selectNextArticle.php phpdoc/selectPreviousArticle.php
_EXAMPLESDIR= docs/examples/
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"