15 lines
253 B
Makefile
15 lines
253 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/05/04 01:18:59 danj Exp $
|
|
|
|
COMMENT= parse and manipulate DNS Zone files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= DNS-ZoneParse-1.10
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|