freebsd-ports/dns/pear-File_DNS/Makefile
Sunpoet Po-Chuan Hsieh dd1c38c3e2 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> File_DNS-0.1.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/File_DNS-0.1.0.tgz
fetch: http://pear.php.net/get/File_DNS-0.1.0.tgz: size mismatch: expected 10024, actual 10128

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/File_DNS-0.1.0.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:39:12 +00:00

16 lines
376 B
Makefile

# Created by: Chris St Denis (<chris@ctgameinfo.com>)
# $FreeBSD$
PORTNAME= File_DNS
PORTVERSION= 0.1.0
CATEGORIES= dns devel pear
MAINTAINER= chris@ctgameinfo.com
COMMENT= PEAR class to read and write RFC1033-style DNS Zonefiles
BUILD_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File
RUN_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File
USES= pear
.include <bsd.port.mk>