openbsd-ports/net/pear-Net-DNS/Makefile

22 lines
410 B
Makefile
Raw Normal View History

2011-09-16 07:13:37 -04:00
# $OpenBSD: Makefile,v 1.10 2011/09/16 11:13:39 espie Exp $
COMMENT= resolver library used to communicate with a DNS server
2010-03-20 20:04:15 -04:00
DISTNAME= Net_DNS-1.0.1
CATEGORIES= net
2011-09-16 07:13:37 -04:00
REVISION= 2
2011-07-08 18:31:59 -04:00
MODULES= lang/php 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= *
2011-07-08 18:31:59 -04:00
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mhash
.include <bsd.port.mk>