freebsd-ports/net/pear-Net_Finger/Makefile
Jan Beich f4e1f3b974 Pass maintainership of PEAR ports to the submitter
PR:		214156
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-04 07:50:45 +00:00

16 lines
407 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_Finger
PORTVERSION= 1.0.1
CATEGORIES= net www pear
MAINTAINER= joneum@bsdproject.de
COMMENT= PEAR class that provides a tool for querying finger servers
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
USES= pear
.include <bsd.port.mk>