mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8c7c7753ee
PR: ports/151787 Submitted by: Chris St Denis <chris@ctgameinfo.com> (maintainer)
24 lines
599 B
Makefile
24 lines
599 B
Makefile
# Ports collection makefile for: pear-File_DNS
|
|
# Date created: 03 July 2007
|
|
# Whom: 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:${PORTSDIR}/sysutils/pear-File
|
|
RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
|
|
|
|
FILES= File/DNS.php
|
|
EXAMPLES= example.php example.net
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|