freebsd-ports/dns/pear-Net_DNS2/Makefile

19 lines
458 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net_DNS2
2014-01-15 04:51:46 +01:00
PORTVERSION= 1.3.2
CATEGORIES= dns net pear
2013-03-16 17:21:45 +01:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP5 Resolver library used to communicate with a DNS server
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2013-03-16 17:21:45 +01:00
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2013-03-16 17:21:45 +01:00
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>