18 lines
285 B
Makefile
18 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:54 espie Exp $
|
|
|
|
COMMENT= resolver library used to communicate with a DNS server
|
|
|
|
DISTNAME= Net_DNS-1.0.1
|
|
CATEGORIES= net
|
|
|
|
REVISION= 3
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|