freebsd-ports/net/pear-Net_Whois/Makefile
Martin Wilke b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +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>