91a1caa242
Hope to see you back! Thank for all the work!
15 lines
287 B
Makefile
15 lines
287 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Whois
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to query internet domain name services
|
|
|
|
USES= pear
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
|
|
|
.include <bsd.port.mk>
|