aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_Finger
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:43:54 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:43:54 +0800
commit570254f0a5673ed55aa1847a15b535cbce8cf98f (patch)
tree7e0532710de05d9d1e32ce6260be3641fb07cd47 /net/pear-Net_Finger
parent21ea8db58ac230721a3403bd3ec6dcc1c954f6f6 (diff)
downloadfreebsd-ports-gnome-570254f0a5673ed55aa1847a15b535cbce8cf98f.tar.gz
freebsd-ports-gnome-570254f0a5673ed55aa1847a15b535cbce8cf98f.tar.zst
freebsd-ports-gnome-570254f0a5673ed55aa1847a15b535cbce8cf98f.zip
- Conver to PEAR_AUTOINSTALL
- Trim header - Take maintainership
Diffstat (limited to 'net/pear-Net_Finger')
-rw-r--r--net/pear-Net_Finger/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/net/pear-Net_Finger/Makefile b/net/pear-Net_Finger/Makefile
index 307f148b937c..c74cc1136969 100644
--- a/net/pear-Net_Finger/Makefile
+++ b/net/pear-Net_Finger/Makefile
@@ -1,22 +1,17 @@
-# Ports collection makefile for: pear-Net_Finger
-# Date created: 07 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Net_Finger
PORTVERSION= 1.0.1
CATEGORIES= net www pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class that provides a tool for querying finger servers
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= Finger.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"