aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:55:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:55:06 +0000
commit31e3421f0d19e129a2dedfbb67f3e71c105f8d22 (patch)
tree5e3bf42f4503ad79f9d2cc7ed7a214d2299ca38f /net/pear-Net_NNTP
parentaa702f0285e71912fdb58897c274727648470a25 (diff)
downloadports-31e3421f0d19e129a2dedfbb67f3e71c105f8d22.tar.gz
ports-31e3421f0d19e129a2dedfbb67f3e71c105f8d22.zip
- Convert to PEAR_AUTOINSTALL
Notes
Notes: svn path=/head/; revision=318054
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r--net/pear-Net_NNTP/Makefile20
1 files changed, 3 insertions, 17 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile
index 4cd5bd1e9ecf..886578859c5d 100644
--- a/net/pear-Net_NNTP/Makefile
+++ b/net/pear-Net_NNTP/Makefile
@@ -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"