mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
375 B
Makefile
17 lines
375 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:sysutils/pear-File
|
|
RUN_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|