2009-11-06 04:01:07 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/11/06 09:01:07 jasper Exp $
|
2009-09-16 20:10:45 -04:00
|
|
|
|
|
|
|
COMMENT= resolver library used to communicate with a DNS server
|
|
|
|
|
|
|
|
DISTNAME= Net_DNS-1.0.0
|
2009-09-16 20:51:45 -04:00
|
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}p0
|
2009-11-06 04:01:07 -05:00
|
|
|
CATEGORIES= net
|
2009-09-16 20:10:45 -04:00
|
|
|
|
|
|
|
MODULES= www/pear
|
|
|
|
|
|
|
|
# PHP License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-09-16 20:51:45 -04:00
|
|
|
PKG_ARCH= *
|
2009-09-16 20:10:45 -04:00
|
|
|
RUN_DEPENDS= ::www/php5/extensions,-mhash
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|