blob: 4a376e8c4a819feb600d50d9dd55f898904ffc7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>
|