17 lines
269 B
Makefile
17 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.21 2019/09/27 10:54:15 sthen Exp $
|
|
|
|
COMMENT= resolver library used to communicate with a DNS server
|
|
|
|
DISTNAME= Net_DNS-1.0.7
|
|
CATEGORIES= net
|
|
REVISION= 3
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|