2012-09-30 06:27:03 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2010-10-27 03:26:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_DNS2
|
2014-01-15 04:51:46 +01:00
|
|
|
PORTVERSION= 1.3.2
|
2010-10-27 03:26:24 +02:00
|
|
|
CATEGORIES= dns net pear
|
|
|
|
|
2013-03-16 17:21:45 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2010-10-27 03:26:24 +02:00
|
|
|
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
|
2010-10-27 03:26:24 +02:00
|
|
|
|
2013-03-16 17:21:45 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2010-10-27 03:26:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|