freebsd-ports/net/pear-Net_DNSBL/Makefile
Wen Heping c4c0b425da - Update to 1.3.7 [1]
- Trim Makefile headers

PR:		172930 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	maintainer(timeout, >20 days)

Feature safe:	yes
2012-11-15 06:37:10 +00:00

28 lines
907 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_DNSBL
PORTVERSION= 1.3.7
CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR DNSBL Checker
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \
${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \
${PEARDIR}/Net/DNS/RR/A.php:${PORTSDIR}/dns/pear-Net_DNS \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS:= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \
${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \
${PEARDIR}/Net/DNS/RR/A.php:${PORTSDIR}/dns/pear-Net_DNS \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
USE_PHP= yes
PEAR_AUTOINSTALL= yes
PORTSCOUT= skipv:1.3.0a1
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>