14 lines
280 B
Makefile
14 lines
280 B
Makefile
# Created by: chinsan
|
|
|
|
PORTNAME= Net_Whois
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Tool to query internet domain name services
|
|
|
|
USES= pear
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|