freebsd-ports/net/pear-Net_Whois/Makefile
2021-05-23 00:20:48 +08:00

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>