2020-10-09 13:30:54 +00:00

19 lines
293 B
Makefile

# $OpenBSD: Makefile,v 1.8 2020/10/09 13:30:54 sthen Exp $
COMMENT= resolver library used to communicate with a DNS server
DISTNAME = Net_DNS2-1.5.0
CATEGORIES= net
MODULES= www/pear
# PHP License
PERMIT_PACKAGE= Yes
PKG_ARCH= *
# tests need phpunit
NO_TEST= Yes
.include <bsd.port.mk>