mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
16 lines
287 B
Makefile
16 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>
|