freebsd-ports/net/pear-Net_Whois/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

15 lines
274 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:net/pear-Net_Socket
.include <bsd.port.mk>