dd1c38c3e2
- 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)
16 lines
376 B
Makefile
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>
|