19 lines
298 B
Makefile
19 lines
298 B
Makefile
# $OpenBSD: Makefile,v 1.4 2015/10/29 21:54:20 sthen Exp $
|
|
|
|
COMMENT= resolver library used to communicate with a DNS server
|
|
|
|
DISTNAME= Net_DNS2-1.4.1
|
|
CATEGORIES= net
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
# tests need phpunit
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|