22 lines
409 B
Makefile
22 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:10 sthen Exp $
|
|
|
|
COMMENT= resolver library used to communicate with a DNS server
|
|
|
|
DISTNAME= Net_DNS-1.0.1
|
|
CATEGORIES= net
|
|
|
|
REVISION= 1
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PKG_ARCH= *
|
|
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mhash
|
|
|
|
.include <bsd.port.mk>
|