freebsd-ports/net/pear-Net_Whois/Makefile
2014-09-23 16:57:57 +00:00

15 lines
286 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Net_Whois
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= miwi@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>