blob: 45bbdade3f2aeae83d3c594ef78877dfe62707bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.0.8
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
CATEGORY= File
FILES= DNS.php
EXAMPLES= example.php example.net
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|