19 lines
303 B
Makefile
Raw Normal View History

2018-04-28 14:54:45 +00:00
# $OpenBSD: Makefile,v 1.6 2018/04/28 14:54:45 ajacoutot Exp $
COMMENT= resolver library used to communicate with a DNS server
2018-04-28 14:54:45 +00:00
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>