4f5544a38b
Tested by: poudriere Approved by: portmgr (bapt)
18 lines
488 B
Makefile
18 lines
488 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:${PORTSDIR}/sysutils/pear-File
|
|
RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|