2018-04-28 14:54:45 +00:00

19 lines
303 B
Makefile

# $OpenBSD: Makefile,v 1.6 2018/04/28 14:54:45 ajacoutot Exp $
COMMENT= resolver library used to communicate with a DNS server
DISTNAME = Net_DNS2-1.4.4
CATEGORIES= net
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PKG_ARCH= *
# tests need phpunit
NO_TEST= Yes
.include <bsd.port.mk>