aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Whois/Makefile
blob: 5afab1992d5d9ebc926b6169d4eeba2233b84d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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>