15 lines
392 B
Makefile
15 lines
392 B
Makefile
# Created by: Chris St Denis (<chris@ctgameinfo.com>)
|
|
|
|
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>
|